ComponentOne Maps for WPF and Silverlight
C1.WPF.Maps Namespace / LabelPosition Enumeration

In This Topic
    LabelPosition Enumeration
    In This Topic
    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.WPF.Maps.LabelPosition

    See Also