Skybound Rebar

Rebar.DrawMode Property

Gets or sets whether the bands on this rebar control are drawn using your own custom code.

[Visual Basic]
Public Property DrawMode As BandDrawMode
[C#]
public BandDrawMode DrawMode {get; set;}

Property Value

One of the BandDrawMode values. The default is BandDrawMode.Normal.

Remarks

Rebar bands can be drawn by the control or by the user of the control. The DrawMode property allows users of the control to customize the way that the bands are drawn.

Exceptions

Exception Type Condition
InvalidEnumArgumentException The assigned value is not one of the BandDrawMode values.

See Also

Rebar Class | Skybound.Rebar Namespace