C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / LabelPosition Enumeration

LabelPosition Enumeration
Specifies the label position relates to the placemark location.
Syntax
'Declaration
 
Public Enum LabelPosition 
   Inherits System.Enum
 
Members
MemberDescription
BottomLabel is at bottom.
CenterLabel is centered.
LeftLabel is at left.
RightLabel is at right.
TopLabel is at top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Maps.LabelPosition

See Also