Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.StylesThickness
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Defines a uniform unit used for paddings, margins etc. in rectangular areas.
Units used for each side are of type Length.
Inheritance Hierarchy
Apitron.PDF.Kit.StylesThickness
Namespace: Apitron.PDF.Kit.Styles
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The Thickness type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Thickness(Length) |
Initializes a new instance of the Thickness class.
|
![]() | Thickness(Double, Double, Double, Double) |
Initializes a new instance of the Thickness class.
|
![]() | Thickness(Length, Length, Length, Length) |
Initializes a new instance of the Thickness class.
|
Properties
Name | Description | |
---|---|---|
![]() | Bottom |
Gets or sets the bottom thickness.
|
![]() | Left |
Gets or sets the left thickness.
|
![]() | Right |
Gets or sets the right thickness.
|
![]() | Top |
Gets or sets the top thickness.
|
See Also