Version

SliderFormatTickmarkLabelEventArgs Class Members

The following tables list the members exposed by SliderFormatTickmarkLabelEventArgs.

Public Properties
 NameDescription
Public PropertyLabelGets sets label.  
Public PropertyLabelIDGets the id of label starting from the bottom label of vertical slider or left label of horizontal slider.  
Public PropertyLeftTopGets 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.  
Public PropertyPercentGets 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.  
Public PropertyValueGets value at position where label is located. Note: if static labels were set (SliderTickmarks.SetLabels), then that value is null.  
See Also