ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Line Class / End Property






In This Topic
    End Property (Line)
    In This Topic
    Gets or sets the end point of the Line annotation.
    Syntax
    'Declaration
     
    
    Public Property End As DataPoint
    'Usage
     
    
    Dim instance As Line
    Dim value As DataPoint
     
    instance.End = value
     
    value = instance.End
    public DataPoint End {get; set;}
    public read-write property End: DataPoint; 
    public function get,set End : DataPoint
    public: __property DataPoint* get_End();
    public: __property void set_End( 
       DataPoint* value
    );
    public:
    property DataPoint^ End {
       DataPoint^ get();
       void set (    DataPoint^ value);
    }
    See Also