Skybound Rebar

RebarTheme.GetBordersVisible Method 

Gets a value that indicates whether 3D borders should be displayed between bands on the specified Rebar control.

[Visual Basic]
Overridable Public Function GetBordersVisible( _
   ByVal rebar As Rebar _
) As Boolean
[C#]
public virtual bool GetBordersVisible(
   Rebar rebar
);

Return Value

true if 3D borders should be displayed between bands; otherwise, false.

See Also

RebarTheme Class | Skybound.Rebar.Rendering Namespace