ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / BreakEvenTagHelper Class / FixedCost Property

In This Topic
    FixedCost Property (BreakEvenTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BreakEven<T>.FixedCost. Sets a value of fixed cost.
    Syntax
    'Declaration
     
    Public Property FixedCost As Integer
    public int FixedCost {get; set;}
    See Also