Skip to main content

Enum EdgeSide

Which side of an edge to use for applying effects

Assembly: ChocDino.UIFX.dll
Declaration
public enum EdgeSide

Fields

Both

Both inside and outside the edge.

Declaration
Both = 0

Inside

Inside the edge.

Declaration
Inside = 1

Outside

Outside the edge.

Declaration
Outside = 2