Struct Thickness
Inherited Members
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public struct Thickness : IEquatable<Thickness>
Constructors
Thickness(Double)
Declaration
public Thickness(double uniformWidth)
Parameters
System.
|
Thickness(Double, Double, Double, Double)
Declaration
public Thickness(double left, double top, double right, double bottom)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
Bottom
Gets or sets the width, in pixels, of the lower side of the bounding rectangle.
Declaration
public double Bottom { get; set; }
Property Value
System. A System. |
Left
Gets or sets the width, in pixels, of the left side of the bounding rectangle.
Declaration
public double Left { get; set; }
Property Value
System. A System. |
Right
Gets or sets the width, in pixels, of the right side of the bounding rectangle.
Declaration
public double Right { get; set; }
Property Value
System. A System. |
Top
Gets or sets the width, in pixels, of the upper side of the bounding rectangle.
Declaration
public double Top { get; set; }
Property Value
System. A System. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
Equals(Thickness)
Declaration
public bool Equals(Thickness thickness)
Parameters
Thickness
thickness
|
Returns
System.
|
Implements
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
ToString()
Returns the string representation of the System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
Operators
Equality(Thickness, Thickness)
Compares the value of two System.
Declaration
public static bool operator ==(Thickness t1, Thickness t2)
Parameters
Returns
System. true if the two instances of System. |
Implicit(Padding to Thickness)
Declaration
public static implicit operator Thickness(Padding me)
Parameters
System.
|
Returns
Implicit(Thickness to Padding)
Declaration
public static implicit operator Padding(Thickness me)
Parameters
Thickness
me
|
Returns
System.
|
Inequality(Thickness, Thickness)
Compares two System.
Declaration
public static bool operator !=(Thickness t1, Thickness t2)
Parameters
Returns
System. true if the two instances of System. |