PageShadowWidth Property
Applies To
fpSpreadPreview control
Description
Sets or returns the width of the shadow behind the displayed pages.
Syntax
short CSpreadPreview::GetPageShadowWidth( );
void CSpreadPreview::SetPageShadowWidth(short value);
[form.]fpSpreadPreview.PageShadowWidth[ = value%]
Remarks
The default value of the PageShadowWidth property is 2 pixels. The maximum value you can provide for the PageShadowWidth property is 100 pixels.
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.
Data Type
Integer
See Also
PageBorderColor, PageBorderWidth, PageShadowColor properties
DLL Correspondence
SpvGetPageShadowWidth, SpvSetPageShadowWidth functions