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

Buttonize.LightColor Property

Gets/sets color used to draw highlighted edges.

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

Syntax

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

Property Value

Color value specifying to draw highlighted edges.

Remarks

Default value is a light gray color.

See Also

Reference