Defines the possible positions for the units text relative to the value text.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public enum UnitsPosition
Visual Basic
Public Enumeration UnitsPosition
JScript
public enum UnitsPosition

Members

Member nameDescription
BeforeTop
BeforeCenter
BeforeBottom
AfterTop
AfterCenter
AfterBottom
AboveLeft
AboveCenter
AboveRight
BelowLeft
BelowCenter
BelowRight

See Also