Share via


_ViewFont.Strikethrough Property

Returns or sets a Boolean value (bool in C#) that indicates if the font is struck through with a horizontal line in the ViewFont object. Read/write.

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

Syntax

'Declaration
Property Strikethrough As Boolean
    Get
    Set
'Usage
Dim instance As _ViewFont
Dim value As Boolean

value = instance.Strikethrough

instance.Strikethrough = value
bool Strikethrough { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_ViewFont Interface

_ViewFont Members

Microsoft.Office.Interop.Outlook Namespace