LayoutAnchor Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes where parent should be located relative to child layout elements.
public enum class LayoutAnchor
public enum LayoutAnchor
type LayoutAnchor =
Public Enum LayoutAnchor
- Inheritance
-
LayoutAnchor
Fields
Name | Value | Description |
---|---|---|
UpperLeft | 0 | Parent will be in upper left corner of collection |
UpperCenter | 1 | Parent will be in upper center of collection |
UpperRight | 2 | Parent will be in upper right of collection |
MiddleLeft | 3 | Parent will be in middle left of collection |
MiddleCenter | 4 | Parent will be in middle center of collection |
MiddleRight | 5 | Parent will be in middle right of collection |
BottomLeft | 6 | Parent will be in bottom left of collection |
BottomCenter | 7 | Parent will be in bottom center of collection |
BottomRight | 8 | Parent will be in bottom right of collection |