Skybound Rebar

RebarBandState Enumeration

Specifies the state of a RebarBand.

[Visual Basic]
Public Enum RebarBandState
[C#]
public enum RebarBandState

Remarks

This enumeration is used as the return value type of the RebarBand.State property. Each value specifies the state of a rebar band.

Members

Member Name Description
Normal The band is neither minimized nor maximized.
Maximized The band is set to the maximum possible width, and all other bands on the row are minimized.
Minimized The band is set to its minimum possible width.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

Skybound.Rebar Namespace | RebarBand.Maximize | RebarBand.Minimize | RebarBand.Restore