1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-18 19:54:44 +00:00

Updated Align (markdown)

FellippeHeitor 2016-12-21 18:11:39 -02:00
parent 7c1162bdb6
commit 82ae993e81

@ -1,8 +1,8 @@
Change how the contents of a label will be positioned.
The Align property determines whether the contents of a control will be horizontally aligned left, centered or right. This properties is intended to be used mainly for the Label control, but it can also be used to align a menu bar item to the right (only the last menu bar item).
The **Align** property determines whether the contents of a control will be horizontally aligned left, centered or right. This properties is intended to be used mainly for the Label control, but it can also be used to align a menu bar item to the right (only the last menu bar item).
The VAlign property determines whether the contents of a label will be vertically aligned to the top, middle or bottom.
The **VAlign** property determines whether the contents of a label will be vertically aligned to the top, middle or bottom.
#Apply to:
* [[Label]]