TextOrientationType

Comment.TextOrientationType property

الحصول على نوع اتجاه النص للتعليق وتعيينه.

public TextOrientationType TextOrientationType { get; set; }

أمثلة


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

أنظر أيضا