Format3D
BevelBottomHeight Property
|
Gets or sets the height of the bottom bevel 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 BevelBottomHeight { get; set; }
Public Property BevelBottomHeight As Double
Get
Set
public:
virtual property double BevelBottomHeight {
double get () sealed;
void set (double value) sealed;
}
abstract BevelBottomHeight : float with get, set
override BevelBottomHeight : float with get, set
Property Value
Type:
Double
Implements
IFormat3D
BevelBottomHeight
See Also