TextHorizontalAlignment

Shape.TextHorizontalAlignment property

Получает и задает тип горизонтального выравнивания текста фигуры.

public TextAlignmentType TextHorizontalAlignment { get; set; }

Примеры


[C#]
if (shape.TextHorizontalAlignment == Aspose.Cells.TextAlignmentType.Bottom)
    shape.TextHorizontalAlignment = Aspose.Cells.TextAlignmentType.Center;

Смотрите также