Specifies the color of the filled part of the slider's track.
Property Type: Static
Default Value: Transparent
Hierarchical Reference: ControlName.TrackColorFill
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 filled part of the Slider track to White. |
#644B47 | Sets the color of the filled part of the Slider 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.