GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorSlider Class / Dimensions Property
In This Topic
    Dimensions Property
    In This Topic
    Gets or sets the drawn dimensions of the slider.
    Syntax
    [Category("Appearance")]
    [Description("The drawn dimensions of the slider.")]
    public virtual SizeF Dimensions {get; set;}
    Remarks
    Northwoods.Go.GoObject.Width and Northwoods.Go.GoObject.Height refer to the bounds of the IndicatorSlider, while Dimensions is used specifically in the drawing of the slider, which should not expand beyond those bounds. The Width corresponds to the dimension of the slider that runs perpendicular to the path of the IGraduatedScale. The Height corresponds to the dimension of the slider that runs parallel to the path of the IGraduatedScale.
    See Also