menu

WinForms

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

    Show / Hide Table of Contents

    Class BorderPanelCornerSettings

    Holds information about the rounded corners of the BorderPanel.

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

    Constructors

    BorderPanelCornerSettings()

    Declaration
    public BorderPanelCornerSettings()

    BorderPanelCornerSettings(Int32)

    Declaration
    public BorderPanelCornerSettings(int all)
    Parameters
    Type Name Description
    System.Int32 all

    BorderPanelCornerSettings(Int32, Int32, Int32, Int32)

    Declaration
    public BorderPanelCornerSettings(int topLeft, int topRight, int bottomLeft, int bottomRight)
    Parameters
    Type Name Description
    System.Int32 topLeft
    System.Int32 topRight
    System.Int32 bottomLeft
    System.Int32 bottomRight

    Properties

    All

    Gets / sets all the other values to the specified value.

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

    BottomLeft

    Gets / sets the BottomLeft round corner radius.

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

    BottomRight

    Gets / sets the BottomRight round corner radius.

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

    Default

    The default settings of the panel.

    Declaration
    public static BorderPanelCornerSettings Default { get; }
    Property Value
    Type
    BorderPanelCornerSettings

    TopLeft

    Gets / sets the TopLeft round corner radius.

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

    TopRight

    Gets / sets the TopRight round corner radius.

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type
    System.Int32
    Overrides
    System.Object.GetHashCode()

    OnSettingsChanged(EventArgs)

    Declaration
    protected virtual void OnSettingsChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Events

    SettingsChanged

    Declaration
    public event EventHandler SettingsChanged
    Event Type
    Type
    System.EventHandler

    Operators

    Equality(BorderPanelCornerSettings, BorderPanelCornerSettings)

    Declaration
    public static bool operator ==(BorderPanelCornerSettings c1, BorderPanelCornerSettings c2)
    Parameters
    Type Name Description
    BorderPanelCornerSettings c1
    BorderPanelCornerSettings c2
    Returns
    Type
    System.Boolean

    Inequality(BorderPanelCornerSettings, BorderPanelCornerSettings)

    Declaration
    public static bool operator !=(BorderPanelCornerSettings c1, BorderPanelCornerSettings c2)
    Parameters
    Type Name Description
    BorderPanelCornerSettings c1
    BorderPanelCornerSettings c2
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved