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






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