TextOrientationType

Comment.TextOrientationType property

Hämtar och ställer in textorienteringstypen för kommentaren.

public TextOrientationType TextOrientationType { get; set; }

Exempel


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

Se även