menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageBorderDialog - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    true if show page border; otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved