- Notifications
You must be signed in to change notification settings - Fork29.3k
Add directional static members to AlignmentGeometry.#176571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Add directional static members to AlignmentGeometry.#176571
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Code Review
This pull request adds several directional static members (topStart
,topEnd
,centerStart
,centerEnd
,bottomStart
,bottomEnd
) to theAlignmentGeometry
class. This allows for more convenient use ofAlignmentDirectional
constants with dot shorthand syntax. The changes are well-tested. I've found a minor copy-paste error in the documentation for one of the new members, which I've commented on.
Uh oh!
There was an error while loading.Please reload this page.
Closes#176543
topStart
,topEnd
,centerStart
,centerEnd
,bottomStart
, andbottomEnd
constants toAlignmentGeometry
to enableAlignmentDirectional
quick usage with dot shorthand syntaxPre-launch Checklist
///
).