Table of Contents

Constructor DropShadow

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

DropShadow()

Instantiates a new instance of this class with default values.

public DropShadow()

DropShadow(Color, Point, float)

Creates a new instance initializing all properties individually.

public DropShadow(Color color, Point offset, float blurRadius)

Parameters

color Color

The color of the shadow.

offset Point

The x and y offset of the shadow.

blurRadius float

The blur radius of the shadow.