Skybound Rebar

RebarBand.IsFirstOnRow Property

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

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

Property Value

true if this band is currently positioned as the first band on its row; 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