From 045590bbb1efb46590b0dce0a5482cae284b33f3 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期四, 07 十一月 2019 13:50:32 +0800 Subject: [PATCH] 2019.11.7-1 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs index 81194bc..05f38cb 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs @@ -36,6 +36,17 @@ /// </summary> public int chidrenYaxis = 0; + /// <summary> + /// 鍦嗚搴�(瀹夊崜鍜孖OS鎴栬闇�瑕侀缂栬瘧) + /// </summary> + public uint RadiusEx + { + set + { + this.Radius = value; + } + } + #endregion #region 鈻� 鍒濆鍖朹____________________________ @@ -50,7 +61,15 @@ this.MouseUpEventHandler += ChildrenUpEvent; this.MouseDownEventHandler += ChildrenDownEvent; - } + } + + /// <summary> + /// 鍋氭垚涓�涓櫘閫氱殑FrameLayout鎺т欢 + /// </summary> + /// <param name="flage">娌″暐鐢ㄧ殑涓滆タ</param> + public FrameLayoutControl(bool flage) + { + } #endregion -- Gitblit v1.8.0