Share via


TextFrame.NoTextRotation Property

Gets or sets whether the text in the text frame should not rotate when the shape is rotated.

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

Syntax

'Declaration
Property NoTextRotation As MsoTriState
    Get
    Set
'Usage
Dim instance As TextFrame
Dim value As MsoTriState

value = instance.NoTextRotation

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

Property Value

Type: MsoTriState
A MsoTriState object.

Remarks

Read/write MsoTriState. Only the MsoTriState constants msoFalse and msoTrue can be used to set this property.

See Also

Reference

TextFrame Interface

TextFrame Members

Microsoft.Office.Interop.Word Namespace