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

In This Topic
    Offset Property (AnnotationBase)
    In This Topic
    Gets or sets the offset of the annotation from the point.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#k6s.#j6s)>
    Public Property Offset As PointF
    [JsonConverter(#k6s.#j6s)]
    public PointF Offset {get; set;}
    See Also