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()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class BorderPanelDimensions
Constructors
BorderPanelDimensions()
Declaration
public BorderPanelDimensions()
BorderPanelDimensions(Int32)
Declaration
public BorderPanelDimensions(int all)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | all |
BorderPanelDimensions(Int32, Int32, Int32, Int32)
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
All
Gets / sets all the other members to the specified value.
Declaration
public int All { get; set; }
Property Value
Type |
---|
System.Int32 |
Bottom
Gets / sets the bottom border side's width.
Declaration
public int Bottom { get; set; }
Property Value
Type |
---|
System.Int32 |
Default
The default dimension settings.
Declaration
public static BorderPanelDimensions Default { get; }
Property Value
Left
Gets / sets the left border side's width.
Declaration
public int Left { get; set; }
Property Value
Type |
---|
System.Int32 |
Right
Gets / sets the right border side's width.
Declaration
public int Right { get; set; }
Property Value
Type |
---|
System.Int32 |
Top
Gets / sets the top border side's width.
Declaration
public int Top { 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(BorderPanelDimensions, BorderPanelDimensions)
Declaration
public static bool operator ==(BorderPanelDimensions dim1, BorderPanelDimensions dim2)
Parameters
Type | Name | Description |
---|---|---|
BorderPanelDimensions | dim1 | |
BorderPanelDimensions | dim2 |
Returns
Type |
---|
System.Boolean |
Inequality(BorderPanelDimensions, BorderPanelDimensions)
Declaration
public static bool operator !=(BorderPanelDimensions dim1, BorderPanelDimensions dim2)
Parameters
Type | Name | Description |
---|---|---|
BorderPanelDimensions | dim1 | |
BorderPanelDimensions | dim2 |
Returns
Type |
---|
System.Boolean |