This documentation is for the old version. Go to the latest Graphics Mill docs

Shadow.Radius Property

Gets/sets a blur radius used to blur the shadow.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property Radius As Single
C#
public float Radius { get; set; }

Property Value

Value that specifies a blur radius used to blur the shadow.

Remarks

This parameter works in the same way as Radius of the Blur transform.

Default value is 5.

See Also

Reference