SolidGraphicsSilhouetteWidth Property  | 
 
            Gets or sets a parameter defining the width of the silhouette of the solid.
            
 
    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 GraphicsParameter<float> SilhouetteWidth { get; set; }Public Property SilhouetteWidth As GraphicsParameter(Of Single)
	Get
	Set
public:
property GraphicsParameter<float>^ SilhouetteWidth {
	GraphicsParameter<float>^ get ();
	void set (GraphicsParameter<float>^ value);
}member SilhouetteWidth : GraphicsParameter<float32> with get, set
Property Value
Type: 
GraphicsParameterSingle
See Also