XlsFont
MacOSShadow Property
|
True if the font is a shadow font or if the object has
a shadow. Read/write Boolean.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected bool MacOSShadow { get; set; }
Protected Property MacOSShadow As Boolean
Get
Set
protected:
property bool MacOSShadow {
bool get ();
void set (bool value);
}
member MacOSShadow : bool with get, set
Property Value
Type:
Boolean
See Also