Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / CommonImage Class / Width Property

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