Specifies the padding of the Slider's Thumb.
Padding will only be seen when an image is used for the Thumb Image property and the Thumb HeightorThumb Width properties are not set to Auto.
Padding is the amount the image is inset from the edge of the thumb border.
Property Type: Static
Default Value: 0
Hierarchical Reference: ControlName.ThumbPadding
Ensure the property is a static property (It will display the gray orb alongside the property name).
The default value of the static property can be changed by:
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.