Telerik UI RadialGaugeScaleMajorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class RadialGaugeScaleMajorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentRadialGaugeScaleMajorTicks
Implements:
Inherited Members
Constructors
C#
public RadialGaugeScaleMajorTicks()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The major tick size. This is the length of the line in pixels that is drawn to indicate the tick on the scale.
C#
[Parameter]
public double? Size { get; set; }
The visibility of the major ticks. Any valid CSS color string will work here, including hex and rgb.
C#
[Parameter]
public bool? Visible { get; set; }