Show / Hide Table of Contents

Property Child1

| Improve this Doc View Source

Child1

Gets or sets the left or top child of the SplitContainer, depending on Orientation. This is a dependency property.

Declaration
public UIElement Child1 { get; set; }
Property Value
Type Description
System.Windows.UIElement

If Orientation is System.Windows.Controls.Orientation.Vertical, the top child of the SplitContainer. If Orientation is System.Windows.Controls.Orientation.Horizontal, the left child of the SplitContainer.

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