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