Defines the possible positions of the "content" or "icon" within the Smart Tile.

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

Syntax

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

Members

Member nameDescription
TopLeft
TopRight
BottomLeft
BottomRight
MiddleLeft
MiddleCenter
MiddleRight

See Also