TextVerticalOverflow

ShapeTextAlignment.TextVerticalOverflow property

Hämtar och ställer in textrutans vertikala överflödestyp för textrutan.

public TextOverflowType TextVerticalOverflow { get; set; }

Exempel


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

Se även