ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AnnotationBase Class / Position Property

In This Topic
    Position Property (AnnotationBase)
    In This Topic
    Gets or sets the position of the annotation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Position As AnnotationPosition
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public AnnotationPosition Position {get; set;}
    Remarks
    The position is relative to the point.
    See Also