Shadow.Radius Property

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

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

Syntax

C#
public float Radius { get; set; }

Property Value

The blur radius used to blur the shadow. The default value is 5.

Remarks

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

See Also

Reference