Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceVerticalAlign
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Defines vertical alignment variations for an element, the element will be positioned with respect to this setting within containing block's content line.
The height of the content line for the block or text element can be set using LineHeight setting.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceVerticalAlign
Namespace: Apitron.PDF.Kit.Styles.Appearance
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The VerticalAlign type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Bottom |
Indicates that element should be aligned to the bottom.
|
![]() ![]() | Middle |
Indicates that element should be aligned by the middle of the containing block.
|
![]() ![]() | Top |
Indicates that element should be aligned to the top.
|
See Also