TextHorizontalAlignment

Comment.TextHorizontalAlignment property

Hämtar och ställer in textens horisontella justering av kommentaren.

public TextAlignmentType TextHorizontalAlignment { get; set; }

Exempel


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

Se även