GrapeCity.Xaml.Excel
Italics Property (TextRun)


GrapeCity.Excel.Chart Namespace > TextRun Class : Italics Property
Specifies whether a run of text is formatted as italic text.
Syntax
'Declaration
 
Public Property Italics As Nullable(Of Boolean)
'Usage
 
Dim instance As TextRun
Dim value As Nullable(Of Boolean)
 
instance.Italics = value
 
value = instance.Italics
public Nullable<bool> Italics {get; set;}
See Also

Reference

TextRun Class
TextRun Members