LayoutAlignment Enum

Definition

Determines the position and size of an IView when arranged in a parent element.

public enum class LayoutAlignment
public enum LayoutAlignment
type LayoutAlignment = 
Public Enum LayoutAlignment
Inheritance
LayoutAlignment

Fields

Center 2

Center in the available space.

End 3

Align with the trailing edge of the available space, as determined by FlowDirection.

Fill 0

Fill the available space.

Start 1

Align with the leading edge of the available space, as determined by FlowDirection.

Applies to