menu

WinForms

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

    Show / Hide Table of Contents

    Enum BordersStyle

    Specifies the border style of the element.

    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public enum BordersStyle

    Fields

    Name Description
    Dashed

    Border is a dashed line.

    Dotted

    Border is a dotted line.

    Double

    Border is a double line drawn on top of the background of the object. The sum of the two single lines and the space between them equals the border width value. The border width must be at least 3 pixels wide to draw a double border.

    Groove

    3-D groove is drawn in colors based on the value.

    Inset

    3-D inset is drawn in colors based on the value.

    None

    No borders.

    Outset

    3-D outset is drawn in colors based on the value

    Ridge

    3-D ridge is drawn in colors based on the value.

    Solid

    Border is a solid line.

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