ComponentOne FinancialChart for WPF
ViewportWidth Property



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

Reference

C1ScrollViewer Class
C1ScrollViewer Members