Click or drag to resize
Orientation Enumeration
Defines constants that specify the different orientations that a control or layout can have.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum Orientation
Members
  Member nameValueDescription
Vertical0 The control or layout should be vertically oriented.
Horizontal1 The control or layout should be horizontally oriented.
See Also