Enum AnchorSide
Determines the side to which a LayoutAnchorSide model is anchored in the Layout root dependency property.
public enum AnchorSide
- Extension Methods
Fields
Bottom = 3
The object is anchored to the bottom side.
Left = 0
The object is anchored to the left side.
Right = 2
The object is anchored to the right side.
Top = 1
The object is anchored to the top side.