TextOptions
Shape.TextOptions property
Şeklin metin seçeneklerini temsil eder.
public TextOptions TextOptions { get; set; }
Örnekler
[C#]
Aspose.Cells.Drawing.Texts.TextOptions opt = shape.TextOptions;
opt.Color = Color.Blue;
opt.Size = 8;
Ayrıca bakınız
- class TextOptions
- class Shape
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells