GraphicsParameterFormatterFormatString Property  | 
 
            Gets or sets the format string.
            
 
    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 string FormatString { get; set; }Public Property FormatString As String
	Get
	Set
public:
property String^ FormatString {
	String^ get ();
	void set (String^ value);
}member FormatString : string with get, set
Property Value
Type: 
String
See Also