ExtrudableLineGraphicsExtrusionColor Property  | 
 
            Gets or sets a parameter defining the color and translucency of the extrusion over time.
            
 
    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<Color> ExtrusionColor { get; set; }Public Property ExtrusionColor As GraphicsParameter(Of Color)
	Get
	Set
public:
property GraphicsParameter<Color>^ ExtrusionColor {
	GraphicsParameter<Color>^ get ();
	void set (GraphicsParameter<Color>^ value);
}member ExtrusionColor : GraphicsParameter<Color> with get, set
Property Value
Type: 
GraphicsParameterColor
See Also