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