ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1RadialGauge Class / PointerOrigin Property

In This Topic
    PointerOrigin Property (C1RadialGauge)
    In This Topic
    Logical coordinates of the pointer origin of the C1RadialGauge.
    Syntax
    'Declaration
     
    
    Public Property PointerOrigin As Point
    public 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