Enum NativePaint.DrawEdgeBorder
Defines the constants that specify the type of inner and outer edges to draw.
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
[Flags]
public enum DrawEdgeBorder
Fields
Name | Description |
---|---|
BDR_RAISED | Combination of BDR_RAISEDOUTER and BDR_RAISEDINNER. |
BDR_RAISEDINNER | Raised inner edge. |
BDR_RAISEDOUTER | Raised outer edge. |
BDR_SUNKEN | Combination of BDR_SUNKENOUTER and BDR_SUNKENINNER. |
BDR_SUNKENINNER | Sunken inner edge. |
BDR_SUNKENOUTER | Sunken outer edge. |
EDGE_BUMP | Combination of BDR_RAISEDOUTER and BDR_SUNKENINNER |
EDGE_ETCHED | Combination of BDR_SUNKENOUTER and BDR_RAISEDINNER |