Click or drag to resize

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; }

Return Value

Type: Boolean
A boolean value. True if 3D shading is applied; otherwise, false.

Implements

ICheckBox Display3DShading
See Also