NavigationButton.Alignment Property (Access)
Gets or sets how the specified button's caption and picture are aligned. Read/write Byte.
Version Information
Version Added: Access 2010
Syntax
expression .Alignment
expression A variable that represents a NavigationButton object.
Remarks
The Alignment property uses the following settings.
Value |
Description |
---|---|
0 |
General alignment. |
1 |
Left alignment. |
2 |
(Default) Center alignment. |
3 |
Right alignment. |
4 |
Distribute alignment evenly across the button's width. |