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