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






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