Telerik UI CircularGaugeScaleMajorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class CircularGaugeScaleMajorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentCircularGaugeScaleMajorTicks
Implements:
Inherited Members
Constructors
C#
public CircularGaugeScaleMajorTicks()
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; }