Class BorderPanelDimensions
Holds information about the sides of the borders of the BorderPanel.
Inheritance
System.Object
BorderPanelDimensions
Assembly: Syncfusion.Shared.Base.dll
public class BorderPanelDimensions : Object
Constructors
Declaration
public BorderPanelDimensions()
Declaration
public BorderPanelDimensions(int all)
Parameters
| Type |
Name |
Description |
| System.Int32 |
all |
|
Declaration
public BorderPanelDimensions(int left, int top, int right, int bottom)
Parameters
| Type |
Name |
Description |
| System.Int32 |
left |
|
| System.Int32 |
top |
|
| System.Int32 |
right |
|
| System.Int32 |
bottom |
|
Properties
Gets / sets all the other members to the specified value.
Declaration
public int All { get; set; }
Property Value
Gets / sets the bottom border side's width.
Declaration
public int Bottom { get; set; }
Property Value
The default dimension settings.
Declaration
public static BorderPanelDimensions Default { get; }
Property Value
Gets / sets the left border side's width.
Declaration
public int Left { get; set; }
Property Value
Gets / sets the right border side's width.
Declaration
public int Right { get; set; }
Property Value
Gets / sets the top border side's width.
Declaration
public int Top { get; set; }
Property Value
Methods
Declaration
public override bool Equals(object o)
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
Returns
Declaration
public override int GetHashCode()
Returns
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 ==(BorderPanelDimensions dim1, BorderPanelDimensions dim2)
Parameters
Returns
Declaration
public static bool operator !=(BorderPanelDimensions dim1, BorderPanelDimensions dim2)
Parameters
Returns