TextOptions

Shape.TextOptions property

Repräsentiert die Textoptionen der Form.

public TextOptions TextOptions { get; set; }

Beispiele


[C#]
Aspose.Cells.Drawing.Texts.TextOptions opt = shape.TextOptions;
opt.Color = Color.Blue;
opt.Size = 8;

Siehe auch