点击或拖拽改变大小

MobileMessageBoxPosition 属性

获取和设置消息框显示位置。

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法
public MobileMessageBoxPosition Position { get; set; }

返回值

类型:MobileMessageBoxPosition
备注
在Position设置为Bottom时,默认会添加一个取消的按钮,在用户点击取消按钮时,结果中的Index为-1,Result为ShowResult.None
参见