The following tables list the members exposed by SliderFormatTickmarkLabelEventArgs.
| Name | Description | |
|---|---|---|
![]() | Label | Gets sets label. |
![]() | LabelID | Gets the id of label starting from the bottom label of vertical slider or left label of horizontal slider. |
![]() | LeftTop | Gets location of label. True: left for vertical slider or top for horizontal slider. False: right for vertical slider or bottom for horizontal slider. That property is not applied, when slider has 2 labels on edges. |
![]() | Percent | Gets percentage of the label's location within slider bar. Value is in range from 0 to 1. Note: if static labels were set (SliderTickmarks.SetLabels), then that value is null. |
![]() | Value | Gets value at position where label is located. Note: if static labels were set (SliderTickmarks.SetLabels), then that value is null. |