Show / Hide Table of Contents

Property Orientation

| Improve this Doc View Source

Orientation

Gets or sets a value indicating the horizontal or vertical orientation of the SplitContainer children. This is a dependency property.

Declaration
public Orientation Orientation { get; set; }
Property Value
Type Description
System.Windows.Controls.Orientation

One of the Orientation values. The default is System.Windows.Controls.Orientation.Vertical.

Remarks

Use the Orientation property to change the SplitContainer from vertical to horizontal or from horizontal to vertical.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest