[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBox.Font

Font Property

Font

Gets or sets font of the char box.

Declaration
public virtual Font Font { get; set; }
Public Overridable Property Font As Font
Property Value
Type Description
Font

A Font indicates the text font of the char box.

Remarks

The Font property is an ambient property. An ambient property is a control property that, if not set, is retrieved from the parent control. For example, a Button will have the same BackColor as its parent Form by default.

Because the Font is immutable (meaning that you cannot adjust any of its properties), you can only assign the Font property a new Font. However, you can base the new font on the existing font.