Struct Thickness
Thickness.
public struct Thickness
- Inherited Members
- Extension Methods
Constructors
Thickness(double, double, double, double)
Initializes a new instance of the Thickness.
public Thickness(double left, double top, double right, double bottom)
Parameters
Properties
Bottom
Gets or sets the width, in pixels, of the lower side of the bounding rectangle.
public double Bottom { readonly get; set; }
Property Value
Left
Gets or sets the width, in pixels, of the left side of the bounding rectangle.
public double Left { readonly get; set; }
Property Value
Right
Gets or sets the width, in pixels, of the right side of the bounding rectangle.
public double Right { readonly get; set; }
Property Value
Top
Gets or sets the width, in pixels, of the upper side of the bounding rectangle.
public double Top { readonly get; set; }