DrawEdgeFlags Enumeration

Flags for specifying border behavior for DrawEdge(IntPtr, NativeRectangle, DrawEdgeType, DrawEdgeFlags) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DrawEdgeFlags

Remarks

Members

Left 1 Left edge side.
Top 2 Top edge side.
TopLeft 3 Top-left edge sides combination.
Right 4 Right edge side.
TopRight 6 Top-right edge sides combination.
Bottom 8 Bottom edge side.
BottomLeft 9 Bottom-left edge sides combination.
BottomRight 12 Bottom-right edge sides combination.
Rectangle 15 Combination of all four edge sides.
Diagonal 16 Diagonal edge.
Diagonal_TopLeft 19 Diagonal edge from top-left to bottom-right.
Diagonal_TopRight 22 Diagonal edge from top-right to bottom-left.
Diagonal_BottomLeft 25 Diagonal edge from bottom-left to top-right.
Diagonal_BottomRight 28 Diagonal edge from bottom-right to top-left.
Middle 2,048 Fill in the middle.
Soft 4,096 For softer buttons.
Adjust 8,192 Calculate the space left over.
Flat 16,384 Flat border rather than 3D edge.
Monochrome 32,768 Monochrome edge.

See Also