ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameLayoutControl.cs
@@ -39,6 +39,13 @@ /// 子控件Y轴偏移量(共通定义而已) /// </summary> public int chidrenYaxis = 0; /// <summary> /// 圆角度 /// </summary> public int RadiusEx { set { this.Radius = (uint)Application.GetRealHeight(value); } } #endregion