ComponentOne FinancialChart for WPF
ExtentWidth Property



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

Reference

C1ScrollViewer Class
C1ScrollViewer Members