Format3D
ExtrusionColor Property
|
Gets or sets the extrusion color of a shape.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color ExtrusionColor { get; set; }
Public Property ExtrusionColor As Color
Get
Set
public:
virtual property Color ExtrusionColor {
Color get () sealed;
void set (Color value) sealed;
}
abstract ExtrusionColor : Color with get, set
override ExtrusionColor : Color with get, set
Property Value
Type:
Color
The extrusion color.
Implements
IFormat3D
ExtrusionColor
See Also