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






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