Skybound Rebar

RebarBand.FullWidth Property

Gets or sets whether the band is the full width of the rebar.

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

Property Value

True if the band is always the full width of the rebar; otherwise, false, and the band is resizable.

Remarks

When this property is true, no other bands may be positioned on the same row as this band. Some applications use this behavior for menu bars in order to separate them from the other bands. Other applications may choose to enable FullWidth for all bands in order to keep their UI as simple as possible.

See Also

RebarBand Class | Skybound.Rebar Namespace