Skybound Rebar

RebarBand.IsLastOnRow Property

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

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

Property Value

true if this band is currently positioned as the last 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