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






In This Topic
    Start Property (WaterfallStyles)
    In This Topic
    Specifies the style of the start column.
    Syntax
    'Declaration
     
    
    Public Property Start As SVGStyle
    'Usage
     
    
    Dim instance As WaterfallStyles
    Dim value As SVGStyle
     
    instance.Start = value
     
    value = instance.Start
    public SVGStyle Start {get; set;}
    public read-write property Start: SVGStyle; 
    public function get,set Start : SVGStyle
    public: __property SVGStyle* get_Start();
    public: __property void set_Start( 
       SVGStyle* value
    );
    public:
    property SVGStyle^ Start {
       SVGStyle^ get();
       void set (    SVGStyle^ value);
    }
    See Also