ClassCircularGaugeGaugeAreaBorder
Class
Telerik UI CircularGaugeGaugeAreaBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class CircularGaugeGaugeAreaBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentCircularGaugeGaugeAreaBorder
Implements:
Inherited Members
Constructors
CircularGaugeGaugeAreaBorder()
Declaration
cs-api-definition
public CircularGaugeGaugeAreaBorder()
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
The dash type of the border.
Declaration
cs-api-definition
[Parameter]
public DashType? DashType { get; set; }
Property Value
Opacity
The opacity of the border. By default the border is opaque.
Declaration
cs-api-definition
[Parameter]
public double? Opacity { 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