Share via


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

Name Value Description
Vertical 0

StackLayout should be vertically oriented.

Horizontal 1

StackLayout should be horizontally oriented.

Applies to