TextOrientationType

Comment.TextOrientationType property

Ottiene e imposta il tipo di orientamento del testo del commento.

public TextOrientationType TextOrientationType { get; set; }

Esempi


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

Guarda anche