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

Buttonize.Direction Property

Gets/sets lighting direction used to draw button edges.

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

Syntax

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

Property Value

Direction value specifying lightning direction used to draw button edges.

Remarks

According to this value some edges will be colored to LightColor, another edges will be colored to ShadowColor.

Default value is UpLeft.

See Also

Reference