Infragistics(R) NetAdvantage(R) Windows Forms
TileState Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : TileState Enumeration

Represents that various states in which an UltraTile can be.

Syntax

Visual Basic (Declaration) 
Public Enum TileState 
   Inherits System.Enum
C# 
public enum TileState : System.Enum 

Members

MemberDescription
LargeThe tile is in the Large state. Tiles in the Large state are the same size as other tiles in the UltraTilePanel which are also in the Large state. If one or more tiles are in the Large state, all normal state tiles in the UltraTilePanel will be smaller and off to one side. Large state tiles will be larger in size and more in the middle of the panel.
NormalThe tile is in the Normal state. Tiles in the Normal state are the same size as other tiles in the UltraTilePanel which are also in the Normal state. If there are any tiles in the UltraTilePanel which are in the Large state, the Normal state tiles are smaller add off to one side of the UltraTilePanel.

See Also