点击或拖拽改变大小

SwebMessageBoxPosition 属性

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

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

返回值

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