点击或拖拽改变大小

RSizeIsEmpty 属性

Gets a value that indicates whether this RSize structure has zero width and height.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public bool IsEmpty { get; }

返回值

类型:Boolean
This property returns true when this RSize structure has both a width and height of zero; otherwise, false.
参见