XlsGroupBoxShape
Display3DShading Property
|
Gets or sets a value indicating whether 3D shading is applied to the group box.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Display3DShading { get; set; }
Public Property Display3DShading As Boolean
Get
Set
public:
virtual property bool Display3DShading {
bool get () sealed;
void set (bool value) sealed;
}
abstract Display3DShading : bool with get, set
override Display3DShading : bool with get, set
Return Value
Type:
Boolean
A boolean value where true indicates that 3D shading is applied, and false indicates that it is not.
Implements
IGroupBox
Display3DShading
See Also