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