Version

IsSizeAvailable Method

Returns a boolean value indicating whether the specified TileSize is available to this tile.
Syntax
'Declaration
 
Public Function IsSizeAvailable( _
   ByVal tileSize As TileSize, _
   Optional ByVal observeTileSizing As Boolean _
) As Boolean
public bool IsSizeAvailable( 
   TileSize tileSize,
   bool observeTileSizing
)

Parameters

tileSize
A constant defined in the TileSize enumeration.
observeTileSizing
A boolean value indicating whether the value of the tile's Sizing property is taken into consideration.
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