ArcGaugeScaleLabels
Class
Telerik UI ArcGaugeScaleLabels. Children: ArcGaugeScaleLabelsBorder, ArcGaugeScaleLabelsMargin, ArcGaugeScaleLabelsPadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ArcGaugeScaleLabels : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentArcGaugeScaleLabels
Implements:
Inherited Members
Constructors
C#
public ArcGaugeScaleLabels()
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; }
The content of the scale labels. Children: ArcGaugeScaleLabelsBorder, ArcGaugeScaleLabelsMargin, ArcGaugeScaleLabelsPadding.
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; }
Sets the labels position
C#
[Parameter]
public ArcGaugeScaleLabelsPosition? Position { get; set; }