Specifies the position of the picture container inside the button, relative to the text. Applies when Picture Style is set to TextAndPicture.
Property Type: Static
Default Value: Left
Hierarchical Reference: ControlName.PicturePosition
This property is available for the following controls:
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:
Positions the picture to the left of the displayed text.
Positions the picture to the right of the displayed text.
Positions the picture above the displayed text.
Positions the picture under the displayed text.
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.
The result of the rule must equal one of the positions that can be selected from the drop down.
Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.