Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1RadialGauge Class / PointerOriginX Property

In This Topic
    PointerOriginX Property (C1RadialGauge)
    In This Topic
    Fraction-based X coordinate of the pointer origin of a C1RadialGauge.
    Syntax
    'Declaration
     
    Public Property PointerOriginX As System.Double
    public System.double PointerOriginX {get; set;}
    Remarks
    The Point (0, 0) corresponds to the top-left corner of the Gauge's viewport and the Point (0.5, 0.5) is the center of the viewport.
    See Also