menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum NativePaint.DrawEdgeBorder - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved