ClassLinearGaugePointerBorder
Class
Telerik UI LinearGaugePointerBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class LinearGaugePointerBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentLinearGaugePointerBorder
Implements:
Inherited Members
Constructors
LinearGaugePointerBorder()
Declaration
cs-api-definition
public LinearGaugePointerBorder()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The color of the border. Any valid CSS color string will work here, including hex and rgb.
DashType
Specifies the dash type.
Declaration
cs-api-definition
[Parameter]
public DashType? DashType { get; set; }
Property Value
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