Class BorderPanelDimensions
Holds information about the sides of the borders of the BorderPanel.
Inheritance
System.Object
BorderPanelDimensions
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 BorderPanelDimensions
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
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 ==(BorderPanelDimensions dim1, BorderPanelDimensions dim2)
Parameters
Returns
Declaration
public static bool operator !=(BorderPanelDimensions dim1, BorderPanelDimensions dim2)
Parameters
Returns