Version

MaximumVisibleLargeTilesResolved Property

Gets the resolved maximum number of Large state UltraTiles allowed at any one time.
Syntax
'Declaration
 
Public ReadOnly Property MaximumVisibleLargeTilesResolved As Integer
public int MaximumVisibleLargeTilesResolved {get;}
Remarks
When putting a tile into the Large state, there must always be at least one Normal state tile. Therefore, if only one visible tile is present in the UltraTilePanel, this value will be zero. If this constraint is not reached, and the MaximumVisibleLargeTiles is not default, it will be returned. Otherwise, the resovled value will be 1.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also