Share via


Alignment Enumeration

Specifies the horizontal alignment for text in the HorizontalAlignment property of the ObjectFormat class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration Alignment
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration Alignment : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
Decimal Aligns to the decimal in a numeric value.
DefaultAlign Aligns to the default alignment setting.
HorizontalCenterAlign Aligns to the center of the available space horizontally.
Justified Aligns to the left and right edge.
LeftAlign Aligns to the left edge.
RightAlign Aligns to the right edge.

Inheritance Hierarchy

Object
   ValueType
      Enum
         Alignment

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace