Skybound Rebar

RebarBand.State Property

Gets the RebarBandState of the rebar.

[Visual Basic]
Public ReadOnly Property State As RebarBandState
[C#]
public RebarBandState State {get;}

Property Value

One of the RebarBandState values.

Remarks

Double-clicking on the size grip, image, or text on a rebar band causes it to change its state between maximized, minimized and restored. Use this property to determine the state of a band after it has been double-clicked, or after a Maximize, Minimize, or Restore method is called.

See Also

RebarBand Class | Skybound.Rebar Namespace