Font

Comment.Font property

Yorumun yazı tipini alır.

public Font Font { get; }

Örnekler


[C#]
Aspose.Cells.Font font = comment1.Font;
font.Size = 12;

Ayrıca bakınız