GraphicsFontItalic Property |
Gets a value that indicates whether this font is italic.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual bool Italic { get; }
Public Overridable ReadOnly Property Italic As Boolean
Get
public:
virtual property bool Italic {
bool get ();
}
abstract Italic : bool with get
override Italic : bool with get
Property Value
Type:
Boolean
See Also