TextHorizontalAlignment

Comment.TextHorizontalAlignment property

الحصول على نوع المحاذاة الأفقية للنص للتعليق وتعيينه.

public TextAlignmentType TextHorizontalAlignment { get; set; }

أمثلة


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

أنظر أيضا