XlsCheckBoxShape
Display3DShading Property
 | 
Gets or sets a value indicating whether 3D shading is applied to the checkbox.
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. True if 3D shading is applied; otherwise, false.
Implements
ICheckBox
Display3DShading
 
See Also