Enum BorderWeight
Specifies the weight of the line used for drawing the border. This enum is used by the PageBorderStyle and HeaderFooterBorder classes.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum BorderWeight
Fields
Name | Description |
---|---|
Medium | A thin line that is 2 pixels wide. |
Thick | A thick line that is 4 pixels wide. |
Thin | A thin line that is 1 pixel wide. |