_Font.Kerning Property

Returns or sets the minimum font size for which Microsoft Word will adjust kerning automatically. Read/write Single.

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

Syntax

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

value = instance.Kerning

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

Property Value

Type: System.Single

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace