Button Style
This property will configure the style of a button object, allowing the user to configure an object only with text, only with image or with text and image in the same object.
This property has 6 (six) options:
. Only Text: It will only display the text in the object.
Example:
. Only Image: It will only display the image in the object.
Example:
. TextAndImageVertical: It will display the text above the image.
Example:
. TextAndImageHorizontal: It will display the text at the left of the image.
Example:
. ImageAndTextVertical: It will display the image above the text.
Example:
. ImageAndTextHorizontal: It will display the image at the left of the text.
Example:
|
Note: This property exists only to the following objects: . Button |