Search
FontPickerForm.Italic Property
See Also
 






Gets whether the font style uses italic.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public Nullable<Boolean> Italic { get; }

Visual Basic  Copy Code

Public ReadOnly Property Italic As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also