GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / Border3DStyle Property
In This Topic
    Border3DStyle Property (GoView)
    In This Topic
    Gets or sets the 3D border style for this view.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The 3D border style for this view, when BorderStyle is Fixed3D.")]
    public virtual Border3DStyle Border3DStyle {get; set;}

    Property Value

    The default value is Border3DStyle.Etched.
    Remarks
    When the BorderStyle value is BorderStyle.Fixed3D, this property specifies what kind of 3D border is displayed.
    See Also