Gets or sets the font for this XLStyle.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLFont Font { get; set; }
Visual Basic
Public Property Font As XLFont
	Get
	Set

Remarks

Set the Font property to null in order to suppress this style element and use the default font instead. The default font is determined by the book's DefaultFont property.

See Also