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

Shadow.ShadowColor Property

Gets/sets shadow color.

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

Syntax

Visual Basic
Public Property ShadowColor As Color
C#
public Color ShadowColor { get; set; }

Property Value

Color value that specifies shadow color.

Remarks

Default value is a dark gray color.

See Also

Reference