Telerik UI CircularGaugeScaleLabels.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class CircularGaugeScaleLabels : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentCircularGaugeScaleLabels
Implements:
Inherited Members
Constructors
C#
public CircularGaugeScaleLabels()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
The background color of the labels. Any valid CSS color string will work here, including hex and rgb
C#
[Parameter]
public string Background { get; set; }
Specifies the child content of the component. Children: CircularGaugeScaleLabelsBorder, CircularGaugeScaleLabelsMargin, CircularGaugeScaleLabelsPadding.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The text color of the labels. Any valid CSS color string will work here, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
The labels positions.
C#
[Parameter]
public CircularGaugeScaleLabelsPosition? Position { get; set; }