StackOrientation Enum

Definition

The orientations the a StackLayout can have.

public enum StackOrientation
type StackOrientation = 
Inheritance
StackOrientation

Fields

Horizontal 1

StackLayout should be horizontally oriented.

Vertical 0

StackLayout should be vertically oriented.

Applies to