ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / Envelopes<T> Class / Type Property

In This Topic
    Type Property (Envelopes<T>)
    In This Topic
    Gets or sets the moving average type for the envelopes.
    Syntax
    'Declaration
     
    Public Property Type As MovingAverageType
    public MovingAverageType Type {get; set;}
    See Also