Skip to main content

Enum OutlineDirection

The direction in which the outline grows from the edge

Assembly: ChocDino.UIFX.dll​
Declaration
public enum OutlineDirection

Fields​

Both​

Grow the outline from the edge both inside and outside.

Declaration
Both = 0

Inside​

Grow the outline from the edge only inside.

Declaration
Inside = 1

Outside​

Grow the outline from the edge only outside.

Declaration
Outside = 2