|
|
|
|
|
SftPrintPreview.ShadowColor Property |
Defines the shadow color used.
Syntax
|
VB.NET |
Clr = object.ShadowColor As System.Drawing.Color |
||
|
VB |
Clr = object.ShadowColor As OLE_COLOR |
||
|
C#.NET |
System.Drawing.Color Clr = object.ShadowColor; |
||
|
VC++ |
OLE_COLOR Clr = object->ShadowColor;
|
||
|
C |
HRESULT object->get_ShadowColor(OLE_COLOR* Clr); |
||
|
Delphi |
Clr := object.ShadowColor : TColor; |
||
|
VB.NET |
object.ShadowColor = Clr As System.Drawing.Color |
||
|
VB |
object.ShadowColor = Clr As OLE_COLOR |
||
|
C#.NET |
System.Drawing.Color object.ShadowColor = Clr; |
||
|
VC++ |
OLE_COLOR object->ShadowColor = Clr;
|
||
|
C |
HRESULT object->put_ShadowColor(OLE_COLOR Clr); |
||
|
Delphi |
object.ShadowColor := Clr : TColor; |
||
object
A SftPrintPreview object.
Clr
Defines the shadow color used. For information about color properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".
Comments
The ShadowColor property defines the shadow color used. The shadow around pages in preview mode is painted using the specified color Clr.