Property Type: Static
Default Value:
Controls the horizontal alignment of text in the control.
Choose from:
Ensure the property is a static property (the gray orb will be displayed alongside the property name)
The default value of the static property can be changed by using the drop down:
Text Horizontal Alignment Property Value (static) | Result | |
---|---|---|
Center | Places the text in the center of the control | |
Left | Places the text to the left of the control | |
Right | Places the text to the right of the control |
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.
Text Horizontal Alignment Property Value (dynamic) | Result |
---|---|
If(DWVariblePictureType="OnLeft.png","Right","Left") | Changes the Text Horizontal Alignment property to be Right when the variable PictureType is OnLeft.png, otherwise the rule will result in Left. |
Value set in Form Designer. For DriveWorks projects static properties can be made Dynamic by double clicking the gray radio button.