[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.LinearGaugeBaseBuilder-2

LinearGaugeBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate LinearGaugeBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
ComponentBuilder<TControl, TBuilder>
ControlBuilder<TControl, TBuilder>
GaugeBuilder<TControl, TBuilder>
LinearGaugeBaseBuilder<TControl, TBuilder>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class LinearGaugeBaseBuilder<TControl, TBuilder> : GaugeBuilder<TControl, TBuilder>, IHtmlContent where TControl : LinearGaugeBase where TBuilder : LinearGaugeBaseBuilder<TControl, TBuilder>
Public MustInherit Class LinearGaugeBaseBuilder(Of TControl As LinearGaugeBase, TBuilder As LinearGaugeBaseBuilder(Of TControl, TBuilder))
    Inherits GaugeBuilder(Of TControl, TBuilder)
    Implements IHtmlContent
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
LinearGaugeBaseBuilder(TControl)

Creates one LinearGaugeBaseBuilder<TControl, TBuilder> instance to configurate component.

Methods

Name Description
Direction(GaugeDirection)

Configurates Direction. Sets the direction in which the gauge is filled.