ComponentOne Maps for UWP
LabelPosition Enumeration

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace : LabelPosition Enumeration
Specifies label position relatively to the corresponding element.
Syntax
'Declaration
 
Public Enum LabelPosition 
   Inherits System.Enum
public enum LabelPosition : System.Enum 
Members
MemberDescription
BottomLabel is at the bottom.
CenterLabel is centered.
LeftLabel is at the left.
RightLabel is at the right.
TopLabel is at the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Maps.LabelPosition

See Also

Reference

C1.Xaml.Maps Namespace