GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorNeedle Class / Length Property
In This Topic
    Length Property (IndicatorNeedle)
    In This Topic
    Gets or sets whether the length to which the IndicatorNeedle will be drawn, if ConstantLength is true.
    Syntax
    [Category("Appearance")]
    [DefaultValue(50)]
    [Description("The length to which the IndicatorNeedle will be drawn.")]
    public float Length {get; set;}
    See Also