Click or drag to resize

XlsSpinnerShape Display3DShading Property

Gets or sets a value indicating whether 3D shading is enabled for the spinner shape.

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 where true indicates that 3D shading is enabled, and false indicates that it is disabled.

Implements

ISpinnerShape Display3DShading
See Also