TextOptions

Shape.TextOptions property

Representa las opciones de texto de la forma.

public TextOptions TextOptions { get; set; }

Ejemplos


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

Ver también