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

Buttonize.ShadowColor Property

Gets/sets color used to draw shadowed edges.

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 specifying to draw shadowed edges.

Remarks

Default value is a gray color.

See Also

Reference