ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ScrollViewer Class / ExtentWidth Property



In This Topic
    ExtentWidth Property
    In This Topic
    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