TickMarkValue Property

Value of the TickMark

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public string Value { get; }

Property Value

String

Remarks

The number may be a string representation of a number, but this is not mandatory.
One can also use an enum range as tick marks or a number of colors, or just any range of options you want to provide to the user.

See Also