Skybound Rebar

RebarBandRenderer.GetChevronRectangle Method 

Returns the bounds of the chevron button for the band.

[Visual Basic]
Public Function GetChevronRectangle() As Rectangle
[C#]
public Rectangle GetChevronRectangle();

Return Value

A Rectangle that represents the bounding rectangle of the chevron button for the band.

Remarks

If the ChevronState property is RebarChevronState.None, this method returns Rectangle.Empty.

See Also

RebarBandRenderer Class | Skybound.Rebar.Rendering Namespace