ClassificationFormatDefinition.IsItalic Property

Definition

Determines whether the text should be italic.

public:  property Nullable<bool> IsItalic {  public:
Nullable<bool> get(); protected:
 void set(Nullable<bool> value); };
public bool? IsItalic { get; protected set; }
member this.IsItalic : Nullable<bool> with get, set
Public Property IsItalic As Nullable(Of Boolean)

Property Value

true if the text is italic, otherwise false.

Remarks

This value will override the italic settings in the FontTypeface property if this classification format has a higher priority.

Applies to