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: 11.2.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