ComponentOne FinancialChart for WPF
ExtentHeight Property



C1.WPF Namespace > C1ScrollViewer Class : ExtentHeight Property
Gets a value that contains the vertical size of the extent. This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property ExtentHeight As Double
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Double
 
value = instance.ExtentHeight
public double ExtentHeight {get;}
public:
property double ExtentHeight {
   double get();
}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members