Skip to main content

XlFontBase.Shadow Property

Compatibility setting. Gets or sets a value indicating whether the cell font is formatted as shadowed.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Shadow { get; set; }

Property Value

Type Description
Boolean

true, to add a shadow to the cell text; otherwise, false.

Remarks

This property has no effect in Windows, but its value is retained (it can be set and obtained).

See Also