Font

Shape.Font property

Şeklin yazı tipini temsil eder.

public Font Font { get; set; }

Örnekler


[C#]
Aspose.Cells.Font font = shape.Font;
font.Name = "Arial";
font.Size = 12;
font.Color = Color.Red;

Ayrıca bakınız