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






In This Topic
    Point Property (AnnotationBase)
    In This Topic
    Gets or sets the point of the annotation.
    Syntax
    'Declaration
     
    
    Public Property Point As DataPoint
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As DataPoint
     
    instance.Point = value
     
    value = instance.Point
    public DataPoint Point {get; set;}
    public read-write property Point: DataPoint; 
    public function get,set Point : DataPoint
    public: __property DataPoint* get_Point();
    public: __property void set_Point( 
       DataPoint* value
    );
    public:
    property DataPoint^ Point {
       DataPoint^ get();
       void set (    DataPoint^ value);
    }
    Remarks
    The coordinates of points depends on the Attachment property. See AnnotationAttachment for further description.
    See Also