ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BreakEvenStyles Class / TotalCost Property






In This Topic
    TotalCost Property
    In This Topic
    Specifies the style of the total cost line.
    Syntax
    'Declaration
     
    
    Public Property TotalCost As SVGStyle
    'Usage
     
    
    Dim instance As BreakEvenStyles
    Dim value As SVGStyle
     
    instance.TotalCost = value
     
    value = instance.TotalCost
    public SVGStyle TotalCost {get; set;}
    public read-write property TotalCost: SVGStyle; 
    public function get,set TotalCost : SVGStyle
    public: __property SVGStyle* get_TotalCost();
    public: __property void set_TotalCost( 
       SVGStyle* value
    );
    public:
    property SVGStyle^ TotalCost {
       SVGStyle^ get();
       void set (    SVGStyle^ value);
    }
    See Also