点击或拖拽改变大小

DSkinHtmlLabelMinimumSize 属性

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

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

返回值

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