UiSourceNestParent Property
親のUI要素を取得/設定します。
Namespace: Kasasagi.Sekirei.UiAssembly: Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
public UiSourceControl Parent { get; set; }
Public Property Parent As UiSourceControl
Get
Set
public:
property UiSourceControl^ Parent {
UiSourceControl^ get ();
void set (UiSourceControl^ value);
}
member Parent : UiSourceControl with get, set
Property Value
UiSourceControl
このプロパティの値を入れ替えることで、
Childrenプロパティの内容が変化します。