Click or drag to resize
weroSoft AG, Software
HorizontalAlignment Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines vendor independent horizontal alignment.

Namespace:  WeroSoft.CommonTypes
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum HorizontalAlignment
Members
  Member nameValueDescription
Left0 The alignment is left.
Center1 The alignment is centered.
Right2 The alignment is right.
Stretch3 The alignment is stretched.
See Also