StackOrientation Enumeración

Definición

Las orientaciones que puede tener un StackLayout.

public enum StackOrientation
type StackOrientation = 
Herencia
StackOrientation

Campos

Horizontal 1

StackLayout debe tener una orientación horizontal.

Vertical 0

StackLayout debe tener una orientación vertical.

Se aplica a