GraphicsFontStyle Property |
Gets the
FontStyle enumeration that contains the style for this font. This does not include the
Outline property.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual FontStyle Style { get; }
Public Overridable ReadOnly Property Style As FontStyle
Get
public:
virtual property FontStyle Style {
FontStyle get ();
}
abstract Style : FontStyle with get
override Style : FontStyle with get
Property Value
Type:
FontStyleSee Also