ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AnnotationPosition Enumeration

In This Topic
    AnnotationPosition Enumeration
    In This Topic
    Specifies the position of the annotation.
    Syntax
    'Declaration
     
    
    Public Enum AnnotationPosition 
       Inherits System.Enum
    public enum AnnotationPosition : System.Enum 
    Members
    MemberDescription
    BottomThe annotation appears at the Bottom of the target point.
    CenterThe annotation appears at the Center of the target point.
    LeftThe annotation appears at the Left of the target point.
    RightThe annotation appears at the Right of the target point.
    TopThe annotation appears at the Top of the target point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.AnnotationPosition

    See Also