TextGraphicsFont Property |
Gets or sets the Font used to draw the text.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<Font> Font { get; set; }
Public Property Font As GraphicsParameter(Of Font)
Get
Set
public:
property GraphicsParameter<Font^>^ Font {
GraphicsParameter<Font^>^ get ();
void set (GraphicsParameter<Font^>^ value);
}
member Font : GraphicsParameter<Font> with get, set
Property Value
Type:
GraphicsParameterFontSee Also