TextGraphicsExtensionTextGraphics Property |
Gets or sets the text graphical properties.
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 TextGraphics TextGraphics { get; set; }
Public Property TextGraphics As TextGraphics
Get
Set
public:
virtual property TextGraphics^ TextGraphics {
TextGraphics^ get () sealed;
void set (TextGraphics^ value) sealed;
}
abstract TextGraphics : TextGraphics with get, set
override TextGraphics : TextGraphics with get, set
Property Value
Type:
TextGraphicsImplements
ITextGraphicsServiceTextGraphicsSee Also