TextOptions
Shape.TextOptions property
Rappresenta le opzioni di testo della forma.
public TextOptions TextOptions { get; set; }
Esempi
[C#]
Aspose.Cells.Drawing.Texts.TextOptions opt = shape.TextOptions;
opt.Color = Color.Blue;
opt.Size = 8;
Guarda anche
- class TextOptions
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells