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



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