GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / Border3DStyle Property
In This Topic
    Border3DStyle Property (GoRuler)
    In This Topic
    Gets or sets the 3D border style of the ruler.
    Syntax
    [Description("The 3D border style of the ruler.")]
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual Border3DStyle Border3DStyle {get; set;}

    Property Value

    The default value is Border3DStyle.Flat.
    Remarks
    The Border3DStyle property is dependent on the BorderStyle. If the value of BorderStyle is BorderStyle.Fixed3D, then the border of the control is drawn using the value of the Border3DStyle property.
    See Also