Class NativePaint.DrawEdgeFlags
Defines the constants that specify the type of border.
Inheritance
System.Object
NativePaint.DrawEdgeFlags
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class DrawEdgeFlags : Enum
Fields
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.
Declaration
public const NativePaint.DrawEdgeFlags BF_ADJUST
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |
BF_ALL
Entire border rectangle.
Declaration
public const NativePaint.DrawEdgeFlags BF_ALL
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |
BF_BOTTOM
Bottom of border rectangle.
Declaration
public const NativePaint.DrawEdgeFlags BF_BOTTOM
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |
BF_FLAT
Flat border.
Declaration
public const NativePaint.DrawEdgeFlags BF_FLAT
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |
BF_LEFT
Left side of border rectangle.
Declaration
public const NativePaint.DrawEdgeFlags BF_LEFT
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |
BF_MIDDLE
Interior of rectangle to be filled.
Declaration
public const NativePaint.DrawEdgeFlags BF_MIDDLE
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |
BF_RIGHT
Right side of border rectangle.
Declaration
public const NativePaint.DrawEdgeFlags BF_RIGHT
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |
BF_TOP
Top of border rectangle.
Declaration
public const NativePaint.DrawEdgeFlags BF_TOP
Field Value
| Type |
|---|
| NativePaint.DrawEdgeFlags |