Compartir a través de


TextFrame2.NoTextRotation Propiedad

Definición

Devuelve o establece un valor que especifica si el texto en una forma se rota si la forma se rota. Lectura y escritura

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; }
Public Property NoTextRotation As MsoTriState

Valor de propiedad

Comentarios

Lectura y escritura.

Devuelve o establece enumeraciones MsoTriState con los siguientes valores:

  1. msoCTrue
  2. msoFalse
  3. msoTriStateMixed
  4. msoTriStateToggle
  5. msoTrue

Se aplica a