ClassLinearGaugePointer
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class LinearGaugePointer : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentLinearGaugePointer
Implements:
Inherited Members
Constructors
LinearGaugePointer()
Declaration
public LinearGaugePointer()
Properties
Color
The color of the pointer.
Margin
The margin of the pointer.
Opacity
The opacity of the pointer.
Shape
The shape of the pointer.
Declaration
[Parameter]
public LinearGaugePointerShape? Shape { get; set; }
Property Value
Size
The size of the pointer.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides