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



In This Topic
    ViewportHeight Property
    In This Topic
    Gets a value that contains the vertical size of the content's viewport. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewportHeight As Double
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Double
     
    value = instance.ViewportHeight
    public double ViewportHeight {get;}
    public:
    property double ViewportHeight {
       double get();
    }
    See Also