Click or drag to resize

DisplayFormatAlignment Enumeration

Specifies the representation of values.

Namespace:  Easymap.AddIn.Data.DisplayFormat
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public enum DisplayFormatAlignment
Members
  Member nameValueDescription
Left0 Values are located left.
Center1 Values are located in the middle.
Right2 Values are located right.
See Also