From 82ae993e81806acf6c0b34dffb9fac7ce730fdf9 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 21 Dec 2016 18:11:39 -0200 Subject: [PATCH] Updated Align (markdown) --- Align.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Align.md b/Align.md index 5c40657..e49abab 100644 --- a/Align.md +++ b/Align.md @@ -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]]