Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeCustomImage Class / Height Property

In This Topic
    Height Property (C1GaugeCustomImage)
    In This Topic
    Gets or sets the logical value representing the height of the image.
    Syntax
    'Declaration
     
    Public Property Height As System.Double
    public System.double Height {get; set;}
    Remarks
    Can be set to double.NaN (default value) to avoid scaling the image in the Y-axis direction.
    See Also