ClassRadialGaugeGaugeArea
Class
Telerik UI RadialGaugeGaugeArea.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class RadialGaugeGaugeArea : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentRadialGaugeGaugeArea
Implements:
Inherited Members
Constructors
RadialGaugeGaugeArea()
Declaration
cs-api-definition
public RadialGaugeGaugeArea()
Properties
Background
The background of the gauge area. Any valid CSS color string will work here, including hex and rgb.
Declaration
cs-api-definition
[Parameter]
public string Background { get; set; }
Property Value
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Height
The height of the gauge area. By default, the vertical gauge is 200px and the horizontal one is 60px.
Declaration
cs-api-definition
[Parameter]
public double? Height { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns