ClassLinearGaugePointer
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class LinearGaugePointer : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentLinearGaugePointer
Implements:
Inherited Members
Constructors
LinearGaugePointer()
Declaration
cs-api-definition
public LinearGaugePointer()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The color of the pointer.
Margin
The margin of the pointer.
Declaration
cs-api-definition
[Parameter]
public double? Margin { get; set; }
Property Value
Opacity
The opacity of the pointer.
Declaration
cs-api-definition
[Parameter]
public double? Opacity { get; set; }
Property Value
Shape
The shape of the pointer.
Declaration
cs-api-definition
[Parameter]
public LinearGaugePointerShape? Shape { 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