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






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