TextOrientationType

Comment.TextOrientationType property

Obtient et définit le type d’orientation du texte du commentaire.

public TextOrientationType TextOrientationType { get; set; }

Exemples


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

Voir également