TextHorizontalOverflow

ShapeTextAlignment.TextHorizontalOverflow property

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

public TextOverflowType TextHorizontalOverflow { get; set; }

Exempel


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

Se även