_ViewFont.Size Property
Returns or sets an Integer (int in C#) value that represents the size (in points) of the font in the view. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Size As Integer
Get
Set
'Usage
Dim instance As _ViewFont
Dim value As Integer
value = instance.Size
instance.Size = value
[DispIdAttribute()]
int Size { get; set; }
Property Value
Type: System.Int32
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.