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 = 3The object is anchored to the bottom side.
Left = 0The object is anchored to the left side.
Right = 2The object is anchored to the right side.
Top = 1The object is anchored to the top side.