TextFrame.NoTextRotation 属性

定义

获取或设置旋转形状时,文本框架中的文本是否不应旋转。

public:
 property Microsoft::Office::Core::MsoTriState NoTextRotation { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState NoTextRotation { get; set; }
member this.NoTextRotation : Microsoft.Office.Core.MsoTriState with get, set
Public Property NoTextRotation As MsoTriState

属性值

MsoTriState 对象。

注解

读/写 MsoTriStateMsoTriState 常量 msoFalse则值为 msoTrue 可以用于设置此属性。

适用于