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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ListIGraphicsParameterSee Also