TextFrame2.NoTextRotation Property

Returns or sets a value that specifies if the text on a shape is rotated if the shape itself is being rotated.

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

Syntax

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

value = instance.NoTextRotation

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

Returns or sets one of the following MsoTriState enumeration values:

  • msoCTrue

  • msoFalse

  • msoTriStateMixed

  • msoTriStateToggle

  • msoTrue

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Core Namespace