_ViewFont.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Integer (int in C#) value that represents the size (in points) of the font in the view. Read-only.
public:
property int Size { int get(); void set(int value); };
public int Size { get; set; }
Public Property Size As Integer
Property Value
Remarks
This property can be set to a value between 1 and 127. If this property is set to a value less than 1, the property is set to 1. If this property is set to a value greater than 127, the property is set to 127.
The default value for this property is determined by the operating system.