Skip to content

2a1e6daa 86bd 56f9 dbd8 8078904f6a9e

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

KnownHorizontalAlignment Enumeration

Additional header content

Specifies how an object or text is horizontally 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 KnownHorizontalAlignment

VB

<SerializableAttribute>
Public Enumeration KnownHorizontalAlignment

Members

 

Member name Value Description
Left 0 Content is aligned horizontally on the left.
Center 1 Content is aligned horizontally in the center.
Right 2 Content is aligned horizontally on the right.

Remarks

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

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally