Skybound Rebar

RebarBand.IsFirst Property

Gets a value that indicates whether this band is positioned as the first band on the rebar.

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

Property Value

true if this band is currently positioned as the first band on the top row of the rebar; otherwise, false.

Remarks

If the band has not been assigned to a rebar control yet, this property returns true.

See Also

RebarBand Class | Skybound.Rebar Namespace