Share via


ItemsLayoutOrientation Enum

Definition

Specifies the orientation of items in an ItemsLayout.

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

Fields

Name Value Description
Vertical 0

Items are arranged vertically, from top to bottom.

Horizontal 1

Items are arranged horizontally, from left to right.

Applies to