Telerik UI LinearGaugeScaleLabels.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class LinearGaugeScaleLabels : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentLinearGaugeScaleLabels
Implements:
Inherited Members
Constructors
C#
public LinearGaugeScaleLabels()
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; }
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; }