Enum LayoutAlign
Defines an anchor alignment on one layout axis.
public enum LayoutAlign : byte
Fields
Center = 1Align to the center.
End = 2Align to the end edge.
Start = 0Align to the start edge.
Defines an anchor alignment on one layout axis.
public enum LayoutAlign : byte
Center = 1Align to the center.
End = 2Align to the end edge.
Start = 0Align to the start edge.