RadThickness
Struct
Represents a structure that defines margins (or padding) of an element.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public struct RadThickness
Inherited Members
Constructors
Initializes a new instance of the RadThickness struct.
Fields
A RadThickness instance with Left, Top, Right, and Bottom components equal to 0.
C#
public static readonly RadThickness Empty
Methods
Operators
Determines whether two RadThickness structures are not equal.
C#
public static bool operator !=(RadThickness thickness1, RadThickness thickness2)
Determines whether two RadThickness structures are equal.
C#
public static bool operator ==(RadThickness thickness1, RadThickness thickness2)