AlignmentType Enum

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Used to identify the alignment of fields text inside grids or client controls.


This enumeration does not have a direct mapping to ADO.NET properties or functionality. It's primarily defined to ensure compatibility with Data Abstract for Delphi.


Namespace

Declaration (C#)

public enum AlignmentType
{
    LeftJustify = 0,
    RightJustify = 1,
    Center = 2
}

See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools