ClassLinearGaugeScaleMinorTicks
Class
Telerik UI LinearGaugeScaleMinorTicks.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class LinearGaugeScaleMinorTicks : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentLinearGaugeScaleMinorTicks
Implements:
Inherited Members
Constructors
LinearGaugeScaleMinorTicks()
Declaration
public LinearGaugeScaleMinorTicks()
Properties
Color
The color of the minor ticks. Any valid CSS color string will work here, including hex and rgb.
Size
The minor 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 minor ticks.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides