StructThickness
Struct
Definition
Namespace:Telerik.WinControls.Spreadsheet.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ThicknessConverter))]
public struct Thickness : IEquatable<Thickness>
Implements:
Constructors
Properties
Bottom
Gets or sets the width, in pixels, of the lower side of the bounding rectangle.
Left
Gets or sets the width, in pixels, of the left side of the bounding rectangle.
Right
Gets or sets the width, in pixels, of the right side of the bounding rectangle.
Top
Gets or sets the width, in pixels, of the upper side of the bounding rectangle.
Methods
ToString()
Returns the string representation of the Thickness structure.
Operators
operator !=(Thickness, Thickness)
Compares two Thickness structures for inequality.
operator ==(Thickness, Thickness)
Compares the value of two Thickness structures for equality.