Click or drag to resize

FieldAlignAttribute Class

Indicates the AlignMode used for write operations.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldAlignAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldAlignAttribute : Attribute

The FieldAlignAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldAlignAttribute(AlignMode)
Uses the ' ' char to align.
Public methodFieldAlignAttribute(AlignMode, Char)
You can indicate the align character.
Top
Properties
  NameDescription
Public propertyAlign
The position of the alignment.
Public propertyAlignChar
The character used to align.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also