rxAlign
From Ribbon Commander Documentation
Revision as of 15:07, 13 March 2013 by Rxdff15551 bb53 (Talk | contribs)
Description
rxAlign models element ST_Align of the MS Custom UI XML specification which specifies the position where the child controls of a container control are aligned.
Members
Property Name
|
Description
|
rxaNone | Value not set |
rxaTopLeft | Specifies that child controls are aligned at the top left of the container |
rxaTop | Specifies that child controls are aligned at the top of the container |
rxaTopRight | Specifies that child controls are aligned at the top right of the container |
rxaLeft | Specifies that child controls are aligned at the left side of the container |
rxaCenter | Specifies that child controls are aligned at the center of the container |
rxaRight | Specifies that child controls are aligned at the right side of the container |
rxaBottomLeft | Specifies that child controls are aligned at the bottom left of the container |
rxaBottom | Specifies that child controls are aligned at the bottom of the container |
rxaBottomRight | Specifies that child controls are aligned at the bottom right of the container |