Click or drag to resize
weroSoft AG, Software
UnitAlignment Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the supported aliments of the unit with respect to the value.

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Triton.Desktop.Control.Library (in WeroSoft.Triton.Desktop.Control.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum UnitAlignment
Members
  Member nameValueDescription
InsideLeft0 The unit is inside the value control and is positioned left of the value.
InsideRight1 The unit is inside the value control and is positioned right of the value.
OutsideLeft2 The unit is on the left outside the value control.
OutsideRight3 The unit is on the right outside the value control.
See Also