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