ClassLinearGaugePointerTrack
Class
Telerik UI LinearGaugePointerTrack.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class LinearGaugePointerTrack : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentLinearGaugePointerTrack
Implements:
Inherited Members
Constructors
LinearGaugePointerTrack()
Declaration
cs-api-definition
public LinearGaugePointerTrack()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The color of the track.
Opacity
The opacity of the track.
Declaration
cs-api-definition
[Parameter]
public double? Opacity { get; set; }
Property Value
Size
The size of the track.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns