ClassArcGaugePointer
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ArcGaugePointer : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentArcGaugePointer
Implements:
Inherited Members
Constructors
ArcGaugePointer()
Declaration
cs-api-definition
public ArcGaugePointer()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.
LineCap
The lineCap style of the pointer.The supported values are: "butt" or "round".
Declaration
cs-api-definition
[Parameter]
public ArcGaugePointerLineCap? LineCap { get; set; }
Property Value
PlaceholderColor
The color for the pointer range.
Declaration
cs-api-definition
[Parameter]
public string PlaceholderColor { get; set; }
Property Value
Size
The size of the pointer.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides