Skybound Rebar

RebarMenuRenderer.Use3DBorder Property

Gets a value to indicate whether the border should be drawn using a 3D raised edge.

[Visual Basic]
Overridable Protected ReadOnly Property Use3DBorder As Boolean
[C#]
protected virtual bool Use3DBorder {get;}

Property Value

true if the border should be drawn using a 3D raised edge; otherwise, false.

Remarks

The default value of this property is true on operating systems which do not support visual styles or those which have the Classic theme enabled; otherwise, false.

See Also

RebarMenuRenderer Class | Skybound.Rebar.Rendering Namespace