Skybound Rebar

Rebar.BordersVisible Property

Gets or sets a value that indicates whether etched borders are drawn between bands.

[Visual Basic]
Public Property BordersVisible As Boolean
[C#]
public bool BordersVisible {get; set;}

Property Value

true if the control should draw etched borders between bands; otherwise, false.

Remarks

If visual styles are not enabled, an etched border is also drawn around the bounds of the control. Note that even when the DrawMode property is OwnerDraw, borders are drawn automatically by the rebar control for each band before the DrawBand event is raised.

See Also

Rebar Class | Skybound.Rebar Namespace