TextVerticalAlignment

Comment.TextVerticalAlignment property

الحصول على نوع المحاذاة الرأسية للنص الخاص بالتعليق وتعيينه.

public TextAlignmentType TextVerticalAlignment { get; set; }

أمثلة


[C#]
if (comment1.TextVerticalAlignment ==  TextAlignmentType.Fill)
{
    comment1.TextVerticalAlignment = TextAlignmentType.Center;
}

أنظر أيضا