Partager via


Font2.Kerning Property

Gets or sets a value specifying the amount of spacing between text characters. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

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

value = instance.Kerning

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

Property Value

Type: System.Single
Single

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace