TextVerticalOverflow

ShapeTextAlignment.TextVerticalOverflow property

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

public TextOverflowType TextVerticalOverflow { get; set; }

Ejemplos


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

Ver también