VerticalAlign Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

SystemObject
  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

public sealed class VerticalAlign : IStyleParameter

The VerticalAlign type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberBottom
Indicates that element should be aligned to the bottom.
Public propertyStatic memberMiddle
Indicates that element should be aligned by the middle of the containing block.
Public propertyStatic memberTop
Indicates that element should be aligned to the top.
Top
See Also

Reference