TickMarkValue Property

Value of the TickMark

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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