Gets or sets the FontStyle used to render text in a cell.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Nullable<FontStyle> FontStyle { get; set; }
Visual Basic
Public Property FontStyle As Nullable(Of FontStyle)
	Get
	Set

See Also