SftPrintPreview/OCX 1.0

SftPrintPreview.ShadowSize Property

Softel vdm, Inc.

Defines the width and height of shadow lines (in pixels).

Syntax       

Get

VB.NET

Pixels = object.ShadowSize  As Integer

VB

Pixels = object.ShadowSize  As Integer

C#.NET

short Pixels = object.ShadowSize;

VC++

short Pixels = object->ShadowSize;
short Pixels = object->GetShadowSize();

C

HRESULT object->get_ShadowSize(short* Pixels);

Delphi

Pixels := object.ShadowSize   : Smallint;

Put

VB.NET

object.ShadowSize = Pixels  As Integer

VB

object.ShadowSize = Pixels  As Integer

C#.NET

short object.ShadowSize = Pixels;

VC++

short object->ShadowSize = Pixels;
void object->PutShadowSize(short 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).


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com