Shape.Font
Shape.Font property
Represents the font of shape.
public Font Font { get; set; }
Examples
[C#]
Aspose.Cells.Font font = shape.Font;
font.Name = "Arial";
font.Size = 12;
font.Color = Color.Red;
See Also
- class Font
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells