alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class NativePaint.DrawEdgeBorder

    Defines the constants that specify the type of inner and outer edges to draw.

    Inheritance
    System.Object
    NativePaint.DrawEdgeBorder
    Namespace: Syncfusion.WinForms.Core
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class DrawEdgeBorder : Enum

    Fields

    BDR_RAISED

    Combination of BDR_RAISEDOUTER and BDR_RAISEDINNER.

    Declaration
    public const NativePaint.DrawEdgeBorder BDR_RAISED
    Field Value
    Type
    NativePaint.DrawEdgeBorder

    BDR_RAISEDINNER

    Raised inner edge.

    Declaration
    public const NativePaint.DrawEdgeBorder BDR_RAISEDINNER
    Field Value
    Type
    NativePaint.DrawEdgeBorder

    BDR_RAISEDOUTER

    Raised outer edge.

    Declaration
    public const NativePaint.DrawEdgeBorder BDR_RAISEDOUTER
    Field Value
    Type
    NativePaint.DrawEdgeBorder

    BDR_SUNKEN

    Combination of BDR_SUNKENOUTER and BDR_SUNKENINNER.

    Declaration
    public const NativePaint.DrawEdgeBorder BDR_SUNKEN
    Field Value
    Type
    NativePaint.DrawEdgeBorder

    BDR_SUNKENINNER

    Sunken inner edge.

    Declaration
    public const NativePaint.DrawEdgeBorder BDR_SUNKENINNER
    Field Value
    Type
    NativePaint.DrawEdgeBorder

    BDR_SUNKENOUTER

    Sunken outer edge.

    Declaration
    public const NativePaint.DrawEdgeBorder BDR_SUNKENOUTER
    Field Value
    Type
    NativePaint.DrawEdgeBorder

    EDGE_BUMP

    Combination of BDR_RAISEDOUTER and BDR_SUNKENINNER

    Declaration
    public const NativePaint.DrawEdgeBorder EDGE_BUMP
    Field Value
    Type
    NativePaint.DrawEdgeBorder

    EDGE_ETCHED

    Combination of BDR_SUNKENOUTER and BDR_RAISEDINNER

    Declaration
    public const NativePaint.DrawEdgeBorder EDGE_ETCHED
    Field Value
    Type
    NativePaint.DrawEdgeBorder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved