TextHorizontalAlignment

Shape.TextHorizontalAlignment property

Şeklin metin yatay hizalama türünü alır ve ayarlar.

public TextAlignmentType TextHorizontalAlignment { get; set; }

Örnekler


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

Ayrıca bakınız