ComponentOne FinancialChart for WPF
HorizontalOffset Property



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

Reference

C1ScrollViewer Class
C1ScrollViewer Members