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
- enum TextAlignmentType
- class Shape
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells