Version

CollapsedImage Property

Returns an object which defines the image that is displayed when the associated control is in the collapsed state.
Syntax
'Declaration
 
Public ReadOnly Property CollapsedImage As TileImage
public TileImage CollapsedImage {get;}
Remarks

This property is only applicable when the control's Expanded property is set to false.

When the control is collapsed, tiles are rendered at a considerably smaller size than when it is expanded. An image that is appropriately sized for the expanded state might not appear correctly at this smaller size; this property provides a way for the developer to specify a different image to be displayed when the tile is drawn at this smaller size.

Note: Collapsed tiles are rendered at the same size for all screen resolutions, which is equal to one-fifth the value of the TileSizeSmall property for the 'Scale100Percent' screen resolution setting.

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