点击或拖拽改变大小

DSkinHtmlLabelMaximumSize 属性

Gets or sets the max size the control get be set by AutoSize or AutoSizeHeightOnly.

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public override Size MaximumSize { get; set; }

返回值

类型:Size
An ordered pair of type Size representing the width and height of a rectangle.
参见