-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TopCenter, // Added from TAlignLayout - Works like TAlignLayout.Top, then centers the control horizontally TopLeft, // Added from TAlignLayout - Works like TAlignLayout.Top, then aligns the control to the left. TopRight, // Added from TAlignLayout - Works like TAlignLayout.Top, then aligns the control to the right. LeftCenter, // Added from TAlignLayout - Works like TAlignLayout.Left, then centers the control vertically. LeftTop, // Added from TAlignLayout - Works like TAlignLayout.Left, then aligns the control to the top. LeftBottom, // Added from TAlignLayout - Works like TAlignLayout.Left, then aligns the control to the bottom. RightCenter, // Added from TAlignLayout - Works like TAlignLayout.Right, then centers the control vertically. RightTop, // Added from TAlignLayout - Works like TAlignLayout.Right, then aligns the control to the top. RightBottom, // Added from TAlignLayout - Works like TAlignLayout.Right, then aligns the control to the bottom. BottomCenter, // Added from TAlignLayout - Works like TAlignLayout.Bottom, then centers the control horizontally BottomLeft, // Added from TAlignLayout - Works like TAlignLayout.Bottom, then aligns the control to the left. BottomRight // Added from TAlignLayout - Works like TAlignLayout.Bottom, then aligns the control to the right.
- Loading branch information
Showing
6 changed files
with
351 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.