|
|
|
|
|
SftPrintPreview.ShadowSize Property |
Defines the width and height of shadow lines (in pixels).
Syntax
|
VB.NET |
Pixels = object.ShadowSize As Integer |
||
|
VB |
Pixels = object.ShadowSize As Integer |
||
|
C#.NET |
short Pixels = object.ShadowSize; |
||
|
VC++ |
short Pixels = object->ShadowSize;
|
||
|
C |
HRESULT object->get_ShadowSize(short* Pixels); |
||
|
Delphi |
Pixels := object.ShadowSize : Smallint; |
||
|
VB.NET |
object.ShadowSize = Pixels As Integer |
||
|
VB |
object.ShadowSize = Pixels As Integer |
||
|
C#.NET |
short object.ShadowSize = Pixels; |
||
|
VC++ |
short object->ShadowSize = Pixels;
|
||
|
C |
HRESULT object->put_ShadowSize(short Pixels); |
||
|
Delphi |
object.ShadowSize := Pixels : Smallint; |
||
object
A SftPrintPreview object.
Pixels
Defines the width and height of shadow lines (in pixels). Valid values are in the range 0 - 5.
Comments
The ShadowSize property defines the width and height of shadow lines (in pixels).