Enum DockLayer.Align
Determines how docked children are aligned on the cross axis.
public enum DockLayer.Align
Fields
Left = 0Align to the left edge.
Right = 2Align to the right edge.
Stretch = 1Stretch to fill the available cross-axis space.
Determines how docked children are aligned on the cross axis.
public enum DockLayer.Align
Left = 0Align to the left edge.
Right = 2Align to the right edge.
Stretch = 1Stretch to fill the available cross-axis space.