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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

See Also