Show / Hide Table of Contents

Property Child2

| Improve this Doc View Source

Child2

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

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

If Orientation is System.Windows.Controls.Orientation.Vertical, the bottom child of the SplitContainer. If Orientation is System.Windows.Controls.Orientation.Horizontal, the right child of the SplitContainer.

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