NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontDialog.MinSize

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);

Property Value

The minimum point size a user can select. The default is zero.

Remarks

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.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | MaxSize