Home Search

DriveWorks Pro 23
Track Color (Fill)

Send Feedback

Track Color (Fill)

Specifies the color of the filled part of the slider's track.

Property Type: Static

Default Value: Transparent

Hierarchical Reference: ControlName.TrackColorFill

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 filled part of the Slider track to White.
#644B47Sets 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.