[]
Specifies the source parameter of the anchor LayoutRect.
public enum AnchorParam
Public Enum AnchorParam
| Name | Description |
|---|---|
| Bottom | The bottom side of the anchor LayoutRect. |
| Height | The height of the anchor LayoutRect. |
| HorizontalCenter | The horizontal center of the anchor LayoutRect. |
| Left | The left side of the anchor LayoutRect. |
| None | The source parameter is not specified. |
| Right | The right side of the anchor LayoutRect. |
| Top | The top side of the anchor LayoutRect. |
| VerticalCenter | The vertical center of the anchor LayoutRect. |
| Width | The width of the anchor LayoutRect. |