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()
Assembly: Syncfusion.Shared.Base.dll
public class BorderPanelCornerSettings
Constructors
Declaration
public BorderPanelCornerSettings()
Declaration
public BorderPanelCornerSettings(int all)
Parameters
Type |
Name |
Description |
System.Int32 |
all |
|
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
Gets / sets all the other values to the specified value.
Declaration
public int All { get; set; }
Property Value
Gets / sets the BottomLeft round corner radius.
Declaration
public int BottomLeft { get; set; }
Property Value
Gets / sets the BottomRight round corner radius.
Declaration
public int BottomRight { get; set; }
Property Value
The default settings of the panel.
Declaration
public static BorderPanelCornerSettings Default { get; }
Property Value
Gets / sets the TopLeft round corner radius.
Declaration
public int TopLeft { get; set; }
Property Value
Gets / sets the TopRight round corner radius.
Declaration
public int TopRight { get; set; }
Property Value
Methods
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Overrides
System.Object.Equals(System.Object)
Declaration
public override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()
Declaration
protected virtual void OnSettingsChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Events
Declaration
public event EventHandler SettingsChanged
Event Type
Operators
Declaration
public static bool operator ==(BorderPanelCornerSettings c1, BorderPanelCornerSettings c2)
Parameters
Returns
Declaration
public static bool operator !=(BorderPanelCornerSettings c1, BorderPanelCornerSettings c2)
Parameters
Returns