TextHorizontalAlignment

Comment.TextHorizontalAlignment property

Obtiene y establece el tipo de alineación horizontal del texto del comentario.

public TextAlignmentType TextHorizontalAlignment { get; set; }

Ejemplos


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

Ver también