Share via


ContentControl.DefaultTextStyle Property

Returns or sets the name of the character style to use to format text in a text content control. Read/write.

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

Syntax

'Declaration
Property DefaultTextStyle As Object
    Get
    Set
'Usage
Dim instance As ContentControl
Dim value As Object

value = instance.DefaultTextStyle

instance.DefaultTextStyle = value
Object DefaultTextStyle { get; set; }

Property Value

Type: System.Object
Object

See Also

Reference

ContentControl Interface

ContentControl Members

Microsoft.Office.Interop.Word Namespace