示例#1
0
        private UiElement GetUiElementByIdx(int idx)
        {
            var item = uiNode.GetChildByIdx(idx);

            return(new UiElement(item, this));
        }