Telerik UI CircularGaugeScaleLabelsBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class CircularGaugeScaleLabelsBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentCircularGaugeScaleLabelsBorder
Implements:
Inherited Members
Constructors
C#
public CircularGaugeScaleLabelsBorder()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the border. Any valid CSS color string will work here, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
The dash type of the border.
C#
[Parameter]
public DashType? DashType { get; set; }
The opacity of the border. By default the border is opaque.
C#
[Parameter]
public double? Opacity { get; set; }