Skybound Rebar

RebarChevronState Enumeration

Specifies the state of the chevron button on a band.

[Visual Basic]
Public Enum RebarChevronState
[C#]
public enum RebarChevronState

Remarks

This enumeration is used for properties such as RebarBandRenderer.ChevronState. It is used to specify the state and availability of the chevron button when rendering a rebar band.

Members

Member Name Description
None The band does not have a chevron button.
Hidden The chevron button is hidden.
Normal The chevron button is drawn normally.
Hot The mouse is over the chevron button.
Pushed The chevron button has been pushed.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

Skybound.Rebar Namespace