Class RadThickness
Represents a structure that defines margins (or padding) of an element.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class RadThickness : ValueType
Constructors
RadThickness(Double, Double, Double, Double)
Initializes a new instance of the Rad
Declaration
public RadThickness(double left, double top, double right, double bottom)
Parameters
System. The left. |
System. The top. |
System. The right. |
System. The bottom. |
Fields
Bottom
Bottom length.
Declaration
public double Bottom
Field Value
System.
|
Empty
A Rad
Declaration
public static readonly RadThickness Empty
Field Value
Left
Left length.
Declaration
public double Left
Field Value
System.
|
Right
Right length.
Declaration
public double Right
Field Value
System.
|
Top
Top length.
Declaration
public double Top
Field Value
System.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Operators
Equality(RadThickness, RadThickness)
Determines whether two Rad
Declaration
public static bool operator ==(RadThickness thickness1, RadThickness thickness2)
Parameters
Rad
|
Rad
|
Returns
System.
|
Inequality(RadThickness, RadThickness)
Determines whether two Rad
Declaration
public static bool operator !=(RadThickness thickness1, RadThickness thickness2)
Parameters
Rad
|
Rad
|
Returns
System.
|