ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property Offset As PointF
    public PointF Offset {get; set;}
    See Also