TransformGroup.Children 屬性

定義

取得或設定定義這個 TransformGroupTransformCollection

public:
 property System::Windows::Media::TransformCollection ^ Children { System::Windows::Media::TransformCollection ^ get(); void set(System::Windows::Media::TransformCollection ^ value); };
public System.Windows.Media.TransformCollection Children { get; set; }
member this.Children : System.Windows.Media.TransformCollection with get, set
Public Property Children As TransformCollection

屬性值

TransformCollection

定義這個 TransformGroupTransform 物件集合。 預設為空集合。

備註

在複合轉換中,個別轉換的順序很重要。 例如,如果您第一次旋轉,然後縮放,則轉譯會得到與第一次轉譯、旋轉、縮放結果不同的結果。 其中一個原因是旋轉和縮放等轉換是在座標系統的原點上完成。 縮放位於原點的物件會產生與調整已移出原點的物件不同的結果。 同樣地,旋轉位於原點的物件會產生與旋轉已從原點移開的物件不同的結果。

相依性屬性資訊

識別碼欄位 ChildrenProperty
設定為 的中繼資料屬性 true

適用於