TextGraphicsText Property |
Gets or sets a parameter indicating the value of the text over time.
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<string> Text { get; set; }
Public Property Text As GraphicsParameter(Of String)
Get
Set
public:
property GraphicsParameter<String^>^ Text {
GraphicsParameter<String^>^ get ();
void set (GraphicsParameter<String^>^ value);
}
member Text : GraphicsParameter<string> with get, set
Property Value
Type:
GraphicsParameterStringSee Also