TextHorizontalOverflow

ShapeTextAlignment.TextHorizontalOverflow property

Obtiene y establece el tipo de desbordamiento horizontal de texto del cuadro de texto.

public TextOverflowType TextHorizontalOverflow { get; set; }

Ejemplos


[C#]
shapeTextAlignment.TextHorizontalOverflow = TextOverflowType.Clip;

Ver también