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






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