点击或拖拽改变大小

RRectIsEmpty 属性

Tests whether the Width or Height property of this RRect has a value of zero.

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

返回值

类型:Boolean
This property returns true if the Width or Height property of this RRect has a value of zero; otherwise, false.
参见