Enum BoxCorners
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[Flags]
public enum BoxCorners
Fields
All = Top | Bottom
Bottom = BottomRight | BottomLeft
BottomLeft = 8
BottomRight = 4
Left = TopLeft | BottomLeft
None = 0
Right = TopRight | BottomRight
Top = TopLeft | TopRight
TopLeft = 1
TopRight = 2