ClassRadialGaugeScaleMajorTicks
Class
Telerik UI RadialGaugeScaleMajorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class RadialGaugeScaleMajorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentRadialGaugeScaleMajorTicks
Implements:
Inherited Members
Constructors
RadialGaugeScaleMajorTicks()
Declaration
cs-api-definition
public RadialGaugeScaleMajorTicks()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The color of the major ticks.
Size
The major tick size. This is the length of the line in pixels that is drawn to indicate the tick on the scale.
Visible
The visibility of the major ticks. Any valid CSS color string will work here, including hex and rgb.
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