Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeViewport Class / X Property

In This Topic
    X Property (C1GaugeViewport)
    In This Topic
    Gets or sets the X-offset of the viewport (in pixels).
    Syntax
    'Declaration
     
    Public Property X As System.Integer
    public System.int X {get; set;}
    Remarks
    Negative offset is count from the right edge of the owner element.
    See Also