Specifies label position relatively to the corresponding element.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
[FlagsAttribute]
public enum LabelPosition
Visual Basic
<FlagsAttribute> _
Public Enumeration LabelPosition

Members

Member nameValueDescription
Center0 Label is centered.
Left1 Label is at the left.
Right2 Label is at the right.
Top3 Label is at the top.
Bottom4 Label is at the bottom.

See Also