Skybound Rebar

RebarBand.PreviousBand Property

Gets the rebar band that is positioned before this one.

[Visual Basic]
Public ReadOnly Property PreviousBand As RebarBand
[C#]
public RebarBand PreviousBand {get;}

Property Value

A RebarBand that is before this one on its row, or a null reference (Nothing in Visual Basic) if this band is the first on its row.

Remarks

If the band has not been assigned to a rebar control yet, this property returns a null reference (Nothing in Visual Basic).

For right-to-left layouts, this property returns the band immediately to the right of the current band. For left-to-right layouts, this property returns the band immediately to the left.

See Also

RebarBand Class | Skybound.Rebar Namespace