GraphicsParameterFormatterParameters Property  | 
 
            Gets the collection of parameters, there should be
            one parameter for each format indicator in the 
FormatString.
            
 
    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 List<IGraphicsParameter> Parameters { get; }Public ReadOnly Property Parameters As List(Of IGraphicsParameter)
	Get
public:
property List<IGraphicsParameter^>^ Parameters {
	List<IGraphicsParameter^>^ get ();
}member Parameters : List<IGraphicsParameter> with get
Property Value
Type: 
ListIGraphicsParameter
See Also