alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class BorderWeight

    Specifies the weight of the line used for drawing the border. This enum is used by the PageBorderStyle and HeaderFooterBorder classes.

    Inheritance
    System.Object
    BorderWeight
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class BorderWeight : Enum

    Fields

    Medium

    A thin line that is 2 pixels wide.

    Declaration
    public const BorderWeight Medium
    Field Value
    Type
    BorderWeight

    Thick

    A thick line that is 4 pixels wide.

    Declaration
    public const BorderWeight Thick
    Field Value
    Type
    BorderWeight

    Thin

    A thin line that is 1 pixel wide.

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