Version

Item Property (MultiResolutionTileImageSet)

Returns the TileImage for the specified relative screen resolution.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal resolutionScale As ResolutionScale _
) As TileImage
public new TileImage this[ 
   ResolutionScale resolutionScale
]; {get;}

Parameters

resolutionScale
A ResolutionScale constant which identifies the relative screen resolution for which the image is to be returned.

Property Value

A TileImage or null if none is defined.
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