Specifies the color of the sliders track.
Property Type: Static
Default Value: Gainsboro
Hierarchical Reference: ControlName.TrackColor
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 one of the following methods:
Color Property Value (static) | Result |
---|---|
White | Sets the color of the track to White. |
#644B47 | Sets the color of the track to #644B47. |
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.