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 |