[]
Defines a builder to configurate LinearGaugeBase.
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
| Name | Description |
|---|---|
| TControl | |
| TBuilder |
| Name | Description |
|---|---|
| LinearGaugeBaseBuilder(TControl) | Creates one LinearGaugeBaseBuilder<TControl, TBuilder> instance to configurate |
| Name | Description |
|---|---|
| Direction(GaugeDirection) | Configurates Direction. Sets the direction in which the gauge is filled. |