Edit

Share via


LayoutTransformControl.Child Property

Definition

Gets or sets the single child of the LayoutTransformControl.

public Windows.UI.Xaml.FrameworkElement Child { get; set; }
member this.Child : Windows.UI.Xaml.FrameworkElement with get, set
Public Property Child As FrameworkElement

Property Value

Windows.UI.Xaml.FrameworkElement

Remarks

Corresponds to WPF's Decorator.Child property.

Applies to