Gets or sets the value that indicates whether font object is italic.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public FontStyleMode Italic { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Italic As FontStyleMode |
Visual C++ |
---|
public: property FontStyleMode Italic { FontStyleMode get (); void set (FontStyleMode value); } |