ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / PointerOrigin Property

In This Topic
    PointerOrigin Property
    In This Topic
    Logical coordinates of the pointer origin of the C1RadialGauge.
    Syntax
    'Declaration
     
    Public Property PointerOrigin As Windows.Foundation.Point
    public Windows.Foundation.Point PointerOrigin {get; set;}
    Remarks
    The Point (0, 0) is the top-left corner of the control and the Point (0.5, 0.5) is the center of the control.
    See Also