Share via


TextFrame2.NoTextRotation Property

Indicates whether to rotate text with the TextFrame2 rotation. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

If MsoTriState is set to msoTrue, the text remains horizontal; if it is set to msoFalse it does not.

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Interop.PowerPoint Namespace