Class RadThickness
Inheritance
System.Object
RadThickness
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadThickness : ValueType
Constructors
RadThickness(Double, Double, Double, Double)
Declaration
public RadThickness(double left, double top, double right, double bottom)
Parameters
|
System.Double
left
|
|
System.Double
top
|
|
System.Double
right
|
|
System.Double
bottom
|
Fields
Bottom
Declaration
public double Bottom
Field Value
|
System.Double
|
Empty
Left
Declaration
public double Left
Field Value
|
System.Double
|
Right
Declaration
public double Right
Field Value
|
System.Double
|
Top
Declaration
public double Top
Field Value
|
System.Double
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Operators
Equality(RadThickness, RadThickness)
Declaration
public static bool operator ==(RadThickness thickness1, RadThickness thickness2)
Parameters
|
RadThickness
thickness1
|
|
RadThickness
thickness2
|
Returns
|
System.Boolean
|
Inequality(RadThickness, RadThickness)
Declaration
public static bool operator !=(RadThickness thickness1, RadThickness thickness2)
Parameters
|
RadThickness
thickness1
|
|
RadThickness
thickness2
|
Returns
|
System.Boolean
|