点击或拖拽改变大小

SwebMessageBoxPosition 属性

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

命名空间:  Swebui.Controls
程序集:  Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法
public SwebMessageBoxPosition Position { get; set; }

返回值

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