VectorGraphicsSolid Property  | 
 
            Gets or sets the solid graphics use to render the vector.
            
 
    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 SolidGraphics Solid { get; set; }Public Property Solid As SolidGraphics
	Get
	Set
public:
property SolidGraphics^ Solid {
	SolidGraphics^ get ();
	void set (SolidGraphics^ value);
}member Solid : SolidGraphics with get, set
Property Value
Type: 
SolidGraphics
See Also