TextOrientationType

Comment.TextOrientationType property

Ruft den Textausrichtungstyp des Kommentars ab und legt ihn fest.

public TextOrientationType TextOrientationType { get; set; }

Beispiele


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

Siehe auch