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



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