Gets or sets a value indicating the minimum point size a user can select.
[Visual Basic] Public Property MinSize As Integer [C#] public int MinSize {get; set;} [C++] public: __property int get_MinSize(); public: __property void set_MinSize(int); [JScript] public function get MinSize() : int; public function set MinSize(int);
The minimum point size a user can select. The default is zero.
In order for the maximum and minimum size settings to take effect, MaxSize must be greater than MinSize, and both must be greater than zero.
When the point size is zero, there are no font size limits.
FontDialog Class | FontDialog Members | System.WinForms Namespace | MaxSize