StdFontClass.Italic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual property bool Italic { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(4)]
public virtual bool Italic { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.Italic : bool with get, set
Public Overridable Property Italic As Boolean
Property Value
Implements
- Attributes