CircularGaugePointer
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class CircularGaugePointer : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentCircularGaugePointer
Implements:
Inherited Members
Constructors
C#
public CircularGaugePointer()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
The lineCap style of the pointer.The supported values are: "butt" or "round".
C#
[Parameter]
public CircularGaugePointerLineCap? LineCap { get; set; }
The color for the pointer range.
C#
[Parameter]
public string PlaceholderColor { get; set; }