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



In This Topic
    Height Property (Image)
    In This Topic
    Gets or sets the height of image annotation.
    Syntax
    'Declaration
     
    
    Public Property Height As Double
    'Usage
     
    
    Dim instance As Image
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    public double Height {get; set;}
    public:
    property double Height {
       double get();
       void set (    double value);
    }
    See Also