Skybound Rebar

Rebar Constructor 

Initializes a new instance of a Rebar.

[Visual Basic]
Public Sub New()
[C#]
public Rebar();

Remarks

A newly created rebar is empty; at design-time, use the "Add Band" verb on the context menu for the control or below the property grid to add new bands to a rebar. At runtime, use the Add method of the Bands property to add new bands.

See Also

Rebar Class | Skybound.Rebar Namespace