Share via


ThreeDFormat.ProjectText Property

Returns or sets an MsoTriState constant that represents whether text on a shape rotates with shape. msoTrue() rotates the text. Read/write.

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

Syntax

'Declaration
Property ProjectText As MsoTriState
    Get
    Set
'Usage
Dim instance As ThreeDFormat
Dim value As MsoTriState

value = instance.ProjectText

instance.ProjectText = value
MsoTriState ProjectText { get; set; }

Property Value

Type: MsoTriState
MsoTriState

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Word Namespace