_ViewFont.Italic Property

Definition

Returns or sets a Boolean (bool in C#) value that indicates if the font is italicized in the ViewFont object. Read/write.

public:
 property bool Italic { bool get(); void set(bool value); };
public bool Italic { get; set; }
Public Property Italic As Boolean

Property Value

Applies to