menu

WinForms

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

    Show / Hide Table of Contents

    Class PageBorderStyleWrapper

    Inheritance
    System.Object
    PageBorderStyleWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class PageBorderStyleWrapper

    Constructors

    PageBorderStyleWrapper()

    Declaration
    public PageBorderStyleWrapper()

    Properties

    AlphaFactor

    Declaration
    public int AlphaFactor { get; set; }
    Property Value
    Type
    System.Int32

    BorderColor

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    BorderCornerRounding

    Declaration
    public BorderStyleCornerRounding BorderCornerRounding { get; set; }
    Property Value
    Type
    BorderStyleCornerRounding

    BorderDashStyle

    Declaration
    public DashStyle BorderDashStyle { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.DashStyle

    BorderWeight

    Declaration
    public BorderWeight BorderWeight { get; set; }
    Property Value
    Type
    BorderWeight

    ShowBorder

    Declaration
    public bool ShowBorder { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved