GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBar Class / Thickness Property
In This Topic
    Thickness Property (IndicatorBar)
    In This Topic
    Gets or sets the thickness of the IndicatorBar
    Syntax
    [Category("Appearance")]
    [DefaultValue(10)]
    [Description("Determines the tickness of the bar when drawn.")]
    public virtual float Thickness {get; set;}
    Remarks
    The thickness is the width of the bar. As the value changes, the length of the IndicatorBar changes.
    See Also