Specifies label position relatively to the corresponding element.
Namespace:
C1.Phone.MapsAssembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum LabelPosition |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration LabelPosition |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Center | 0 | Label is centered. | |
| Left | 1 | Label is at the left. | |
| Right | 2 | Label is at the right. | |
| Top | 3 | Label is at the top. | |
| Bottom | 4 | Label is at the bottom. |