TickMarkValue Property

Value of the TickMark

Definition

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