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