Specifies the color of the sliders track.
Property Type: Static
Default Value: #e7eaea
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.
Color Property Value (dynamic) | Result |
---|---|
ColorHex(56,129,205,255) | Changes the caption or list item color of the control to be the hexadecimal equivalent of the RGB and Opacity values 56, 129, 205, 255. |
ColorHex(RedReturn, GreenReturn, BlueReturn, OpacityReturn) | Changes the caption or list item color of the control to be the hexadecimal equivalent of the RGB and Opacity values coming from the corresponding controls. |
Value set in Form Designer. For DriveWorks projects static properties can be made Dynamic by double clicking the gray radio button.