TextAlignment Enumeration

Contains the supported alignment types for RoundTextBox control.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
public enum TextAlignment

Members

Left0 The text is aligned to the left side.
Center1 The text is centered.
Right2 The text is aligned to the rigth side.

See Also