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