GraphicsFontStrikeout Property |
Gets a value that indicates whether this font has a horizontal line through its characters.
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 bool Strikeout { get; }
Public Overridable ReadOnly Property Strikeout As Boolean
Get
public:
virtual property bool Strikeout {
bool get ();
}
abstract Strikeout : bool with get
override Strikeout : bool with get
Property Value
Type:
BooleanSee Also