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