SolidGraphicsDisplaySilhouette Property  | 
 
            Gets or sets a parameter defining if the solid silhouette is displayed.
            
 
    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<bool> DisplaySilhouette { get; set; }Public Property DisplaySilhouette As GraphicsParameter(Of Boolean)
	Get
	Set
public:
property GraphicsParameter<bool>^ DisplaySilhouette {
	GraphicsParameter<bool>^ get ();
	void set (GraphicsParameter<bool>^ value);
}member DisplaySilhouette : GraphicsParameter<bool> with get, set
Property Value
Type: 
GraphicsParameterBoolean
See Also