GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorNeedle Class / PivotPoint Property
In This Topic
    PivotPoint Property
    In This Topic
    Gets or sets a fixed point which the needle will rotate around.
    Syntax
    [Category("Appearance")]
    [Description("A PointF that defines the starting point of the needle.")]
    public PointF PivotPoint {get; set;}

    Property Value

    The value must be a point within the Bounds of this IndicatorNeedle.
    Remarks
    When you change the Bounds for this object, you will also need to update this property.
    See Also