TextHorizontalAlignment

Comment.TextHorizontalAlignment property

Ruft den horizontalen Textausrichtungstyp des Kommentars ab und legt ihn fest.

public TextAlignmentType TextHorizontalAlignment { get; set; }

Beispiele


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

Siehe auch