StackOrientation Enum

Definition

The orientations the a StackLayout can have.

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

Fields

Horizontal 1

StackLayout should be horizontally oriented.

Vertical 0

StackLayout should be vertically oriented.

Applies to