Class PageBorderStyleWrapper
Inheritance
System.Object
PageBorderStyleWrapper
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class PageBorderStyleWrapper : Object
Constructors
PageBorderStyleWrapper()
Declaration
public PageBorderStyleWrapper()
Properties
AlphaFactor
Declaration
public int AlphaFactor { get; set; }
Property Value
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
BorderCornerRounding
Declaration
public BorderStyleCornerRounding BorderCornerRounding { get; set; }
Property Value
BorderDashStyle
Declaration
public DashStyle BorderDashStyle { get; set; }
Property Value
| Type |
| System.Drawing.Drawing2D.DashStyle |
BorderWeight
Declaration
public BorderWeight BorderWeight { get; set; }
Property Value
ShowBorder
Declaration
public bool ShowBorder { get; set; }
Property Value