Enum NativePaint.DrawEdgeFlags
Defines the constants that specify the type of border.
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
[Flags]
public enum DrawEdgeFlags
Fields
Name | Description |
---|---|
BF_ADJUST | If this flag is passed, shrink the rectangle pointed to by the QRC parameter to exclude the edges that were drawn. If this flag is not passed, then do not change the rectangle pointed to by the QRC parameter. |
BF_ALL | Entire border rectangle. |
BF_BOTTOM | Bottom of border rectangle. |
BF_FLAT | Flat border. |
BF_LEFT | Left side of border rectangle. |
BF_MIDDLE | Interior of rectangle to be filled. |
BF_RIGHT | Right side of border rectangle. |
BF_TOP | Top of border rectangle. |