TextVerticalAlignment

Shape.TextVerticalAlignment property

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

public TextAlignmentType TextVerticalAlignment { get; set; }

Örnekler


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

Ayrıca bakınız