Share via


FontClass.Spacing Property

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

Syntax

'Declaration
Public Overridable Property Spacing As Single
    Get
    Set
'Usage
Dim instance As FontClass
Dim value As Single

value = instance.Spacing

instance.Spacing = value
public virtual float Spacing { get; set; }

Property Value

Type: System.Single

Implements

_Font.Spacing

See Also

Reference

FontClass Class

FontClass Members

Microsoft.Office.Interop.Word Namespace