Font
Shape.Font property
Representa la fuente de forma.
public Font Font { get; set; }
Ejemplos
[C#]
Aspose.Cells.Font font = shape.Font;
font.Name = "Arial";
font.Size = 12;
font.Color = Color.Red;
Ver también
- class Font
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells