[]
        
(Showing Draft Content)

C1.Win.Interop.Thickness

Thickness Struct

Describes the thickness of a frame around a rectangle. Four double values describe the Left, Top, Right, and Bottom sides of the rectangle, respectively.

Namespace: C1.Win.Interop
Assembly: C1.Win.8.dll
Syntax
public struct Thickness

Constructors

Name Description
Thickness(double)

Initializes a Thickness structure that has the specified uniform length on each side.

Thickness(double, double, double, double)

Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.

Fields

Name Description
Empty

Represents an empty instance of the Thickness structure.

Properties

Name Description
Bottom

Gets or sets the width, of the lower side of the bounding rectangle.

Left

Gets or sets the width, of the left side of the bounding rectangle.

Right

Gets or sets the width, of the right side of the bounding rectangle.

Top

Gets or sets the width, of the upper side of the bounding rectangle.

Methods

Name Description
Equals(Thickness)

Compares this Windows.UI.Xaml.Thickness structure to another Thickness structure for equality.

Equals(object)

Compares this Windows.UI.Xaml.Thickness structure to another System.Object for equality.

GetHashCode()

Returns the hash code of the structure.

ToString()

Returns the string representation of the Thickness structure.

Operators

Name Description
operator ==(Thickness, Thickness)

Compares the value of two Thickness structures for equality.

operator !=(Thickness, Thickness)

Compares two Thickness structures for inequality.