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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
ITextGraphicsServiceTextGraphics
See Also