Partager via


Font2.Strike Property

Gets or sets a value specifying the strike format used for a selection of text. Read/write.

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

Syntax

'Declaration
Property Strike As MsoTextStrike
    Get
    Set
'Usage
Dim instance As Font2
Dim value As MsoTextStrike

value = instance.Strike

instance.Strike = value
MsoTextStrike Strike { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTextStrike
MsoTextStrike

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace