Border Width
Applies to the following property variations:
- Border Width - Specifies the width of the control's border.
- Button Border Width - Specifies the border width of buttons in the control.
- Check Border Width - Controls the border width of the check.
- Group Border Width - Specifies the width of the border shown around the group.
- Input Border Width - Specifies the border width of the control's input area.
- List Border Width - Specifies the border width of the list.
- Radio Border Width - Controls the border width of the radio.
- Thumb Border Width - Specifies the border width of the slider's thumb.
- Toggle Border Width - Controls the width of the toggle border.
Property Type
Property Type: Static
A Static property can be made Dynamic (to control the value from a rule).
See Change a Static Property to a Dynamic Property.
Default Value
When a control that can have a Border With applied is added the Default Value will be set to 1.
To change the default Static 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:
- Click in the property for the control to be changed
- Enter the required value.
To build a rule to control the value:
See Build a Rule for the Dynamic Property.
The Show Border property must be set to True for the following controls:
- Numeric Text Box
- Text Box
- Option Group
The Border Style property must be set to SingleLine for the following controls:
- Hyperlink
- Label
- Picture Box
Hierarchical Reference
When referencing the value of the property the following Hierarchical References are applied to the relevant controls:
- ControlName.BorderWidth
- ControlName.ButtonBorderWidth
- ControlName.CheckBorderWidth
- ControlName.GroupBorderWidth
- ControlName.InputBorderWidth
- ControlName.ListBorderWidth
- ControlName.RadioBorderWidth
- ControlName.ThumbBorderWidth
- ControlName.ToggleBorderWidth
Value set in Form Designer. For DriveWorks projects static
properties can be made Dynamic by double clicking the gray radio
button.