SolidGraphicsSilhouetteColor Property |
Gets or sets a parameter defining the silhouette color and translucency 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<Color> SilhouetteColor { get; set; }
Public Property SilhouetteColor As GraphicsParameter(Of Color)
Get
Set
public:
property GraphicsParameter<Color>^ SilhouetteColor {
GraphicsParameter<Color>^ get ();
void set (GraphicsParameter<Color>^ value);
}
member SilhouetteColor : GraphicsParameter<Color> with get, set
Property Value
Type:
GraphicsParameterColorSee Also