TextVerticalAlignment
Comment.TextVerticalAlignment property
Yorumun metin dikey hizalama türünü alır ve ayarlar.
public TextAlignmentType TextVerticalAlignment { get; set; }
Örnekler
[C#]
if (comment1.TextVerticalAlignment == TextAlignmentType.Fill)
{
comment1.TextVerticalAlignment = TextAlignmentType.Center;
}
Ayrıca bakınız
- enum TextAlignmentType
- class Comment
- ad alanı Aspose.Cells
- toplantı Aspose.Cells