Class PageBorderDialog
The PageBorderDialog provides an interactive form-based interface for setting the page borders of a diagram. Initializing the PageBorderDialog's PageBorderStyle property with the corresponding PageBorderStyle member of the diagram's view will let users configure the page border settings using the dialog controls.
Please refer to the DiagramBuilder sample to see the PageBorderDialog in use.
Inheritance
System.Object
PageBorderDialog
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class PageBorderDialog : Form
Constructors
PageBorderDialog()
Initializes a new instance of the PageBorderDialog class.
Declaration
public PageBorderDialog()
Properties
PageBorderStyle
Gets or sets the dialog's PageBorderStyle object.
Declaration
public PageBorderStyle PageBorderStyle { get; set; }
Property Value
Type |
---|
PageBorderStyle |
ShowPageBorder
Gets or sets a value indicating whether page border is shown.
Declaration
public bool ShowPageBorder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |