Skip to content

7b67e297 ba6b 50a2 2621 fc664d75503f

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownVerticalAlignment Enumeration

Additional header content

Specifies how an object or text is vertically aligned relative to a content

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum KnownVerticalAlignment

VB

<SerializableAttribute>
Public Enumeration KnownVerticalAlignment

Members

 

Member name Value Description
Top 0 Content is aligned vertically at the top.
Center 1 Content is aligned vertically at the center.
Bottom 2 Content is aligned vertically at the bottom.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownVerticalAlignment"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally