Skybound Rebar

RebarTextAlign Enumeration

Specifies the alignment of text in relation to the image on a RebarButton.

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

Remarks

This enumeration is used for properties such as RebarBand.TextAlign and RebarBandRenderer.TextAlign.

The position of the text for RebarTextAlign.Beside depends on the layout direction. For left-to-right layouts, the text appears to the left of the image. For right-to-left layouts, the text appears on the right.

Members

Member Name Description
Beside Text is aligned beside the button image.
Below Text is aligned below the button image.

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace