Home Search

DriveWorks Solo 21
Track Color

Send Feedback

Track Color

Specifies the color of the sliders track.

Property Type: Static

Default Value: #e7eaea

Hierarchical Reference: ControlName.TrackColor

To Change the Default Value

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:

  • Using the Color Chooser
    1. Click in the property for the control to be changed
    2. Click the drop down list at the end of the property value field
    3. Select the color tab to use (from Custom, Web or System)
    4. Select the required color from the list
  • Typing the Color name or Hexadecimal value
    1. Click in the property for the control to be changed
    2. Type the name of the color or it's hexadecimal value directly into the property field.

Examples

Color Property Value (static)Result
WhiteSets the color of the track to White.
#644B47Sets 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.