StructRadThickness
Struct
Represents a structure that defines margins (or padding) of an element.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public struct RadThickness
Inherited Members
Constructors
RadThickness(double, double, double, double)
Initializes a new instance of the RadThickness struct.
Fields
Empty
A RadThickness instance with Left, Top, Right, and Bottom components equal to 0.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Serves as a hash function for a particular type.
Operators
operator !=(RadThickness, RadThickness)
Determines whether two RadThickness structures are not equal.
Declaration
cs-api-definition
public static bool operator !=(RadThickness thickness1, RadThickness thickness2)
Parameters
thickness1
thickness2
Returns
operator ==(RadThickness, RadThickness)
Determines whether two RadThickness structures are equal.
Declaration
cs-api-definition
public static bool operator ==(RadThickness thickness1, RadThickness thickness2)
Parameters
thickness1
thickness2
Returns