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

In This Topic
    Funnel Property (ExtraOptionsTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ExtraOptions.Funnel. Sets Funnel options. The following options are supported : NeckWidth, NeckHeight, Type.
    Syntax
    'Declaration
     
    Public Property Funnel As FunnelOptions
    public FunnelOptions Funnel {get; set;}
    See Also