_Font.Size Property

Returns or sets the font size in points. Read/write Single.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Size As Single
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Single

value = instance.Size

instance.Size = value
float Size { get; set; }

Property Value

Type: System.Single

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace