StructThickness
Struct
Definition
Namespace:Telerik.Fixed.Legacy
Assembly:Telerik.WinControls.PdfViewer.dll
Syntax:
cs-api-definition
public struct Thickness : IEquatable<Thickness>
Implements:
Inherited Members
Constructors
Thickness(double)
Initializes a new instance of the Thickness structure that has the specified uniform length on each side.
Declaration
cs-api-definition
public Thickness(double uniformLength)
Parameters
uniformLength
The uniform length applied to all four sides of the bounding rectangle.
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
Operators
operator !=(Thickness, Thickness)
Compares two Thickness structures for inequality.
operator ==(Thickness, Thickness)
Compares the value of two Thickness structures for equality.