Specifies whether the Track is inset from the edge of the Control. True to align the Thumb midpoint with the Track ends, or False to extend the Track to the Control's boundary.
When set to True the inset distance is half the Thumb Width.
Property Type: Static
Default Value: True
Hierarchical Reference: ControlName.InsetTrack
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:
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.