Freigeben über


Font2.BaselineOffset Property

Gets or sets a value specifying the horizontal offset of the selected font. Read/write.

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

Syntax

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

value = instance.BaselineOffset

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

Property Value

Type: System.Single
Single

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace