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