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

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