Click or drag to resize

ChartShadow HasCustomStyle Property

Gets or sets a value indicating whether this instance has custom shadow style.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasCustomStyle { get; set; }

Property Value

Type: Boolean
true if this instance has custom shadow style; otherwise, false .

Implements

IShadow HasCustomStyle
See Also