ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RenderEventArgs Class / Height Property



In This Topic
    Height Property (RenderEventArgs)
    In This Topic
    Gets the control height.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Double
    'Usage
     
    
    Dim instance As RenderEventArgs
    Dim value As Double
     
    value = instance.Height
    public double Height {get;}
    public:
    property double Height {
       double get();
    }
    See Also