Decorator.Child 屬性

定義

取得或設定 Decorator 的單一子項目。

public:
 virtual property System::Windows::UIElement ^ Child { System::Windows::UIElement ^ get(); void set(System::Windows::UIElement ^ value); };
public virtual System.Windows.UIElement Child { get; set; }
member this.Child : System.Windows.UIElement with get, set
Public Overridable Property Child As UIElement

屬性值

Decorator 的單一子項目。

備註

Decorator 會強制執行子內容的強式內容模型。 ChildDecorator 屬性必須是單 UIElement 一 。

適用於