TextOrientationType

Comment.TextOrientationType property

获取和设置评论的文本方向类型。

public TextOrientationType TextOrientationType { get; set; }

例子


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

也可以看看