PageShadowColor Property
Applies To
fpSpreadPreview control
Description
Sets or returns the color of the shadow behind the displayed pages.
Syntax
unsigned long CSpreadPreview::GetPageShadowColor( );
void CSpreadPreview::SetPageShadowColor(unsigned long value);
[form.]fpSpreadPreview.PageShadowColor[ = color]
Remarks
The default value for the PageShadowColor property is &H00000000& (black).
Use the PageShadowColor and PageShadowWidth properties to change the color and width of the shadow behind the displayed pages. Use the PageBorderColor and PageBorderWidth properties to change the color and width of the border around the displayed pages.
This property does not have an effect unless the PageShadowWidth property is set to a value greater than zero.
Data Type
Color
See Also
PageBorderColor, PageBorderWidth, PageShadowWidth properties
DLL Correspondence
SpvGetPageShadowColor, SpvSetPageShadowColor functions