ASP.NET Core 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(C1.Web.Mvc.I.bj)>
    Public Property Offset As System.Drawing.PointF
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As System.Drawing.PointF
     
    instance.Offset = value
     
    value = instance.Offset
    [JsonConverter(C1.Web.Mvc.I.bj)]
    public System.Drawing.PointF Offset {get; set;}
    public read-write property Offset: System.Drawing.PointF; 
    JsonConverterAttribute(C1.Web.Mvc.I.bj)
    public function get,set Offset : System.Drawing.PointF
    [JsonConverter(C1.Web.Mvc.I.bj)]
    public: __property System.Drawing.PointF get_Offset();
    public: __property void set_Offset( 
       System.Drawing.PointF value
    );
    [JsonConverter(C1.Web.Mvc.I.bj)]
    public:
    property System.Drawing.PointF Offset {
       System.Drawing.PointF get();
       void set (    System.Drawing.PointF value);
    }
    See Also