Skybound Rebar

RebarButtonRenderer.TextAlign Property

Gets or sets the the alignment of text on the button.

[Visual Basic]
Public Property TextAlign As RebarTextAlign
[C#]
public Skybound.Rebar.RebarTextAlign TextAlign {get; set;}

Property Value

One of the RebarTextAlign values that specifies the alignment of text on the button.

Remarks

The text can be located below or beside the image on each button. When the value is Beside, the location of the text depends on the layout; left-to-right layouts display the text on the right, while right-to-left layouts display the text on the left.

See Also

RebarButtonRenderer Class | Skybound.Rebar.Rendering Namespace