TextOrientationType

Comment.TextOrientationType property

Obtiene y establece el tipo de orientación del texto del comentario.

public TextOrientationType TextOrientationType { get; set; }

Ejemplos


[C#]
if(comment1.TextOrientationType == TextOrientationType.NoRotation)
{
    comment1.TextOrientationType = TextOrientationType.TopToBottom;
}

Ver también