Version

GetMaximizedTileArea Method

Returns the area of the panel that will include maximized tiles.
Syntax
'Declaration
 
Protected Friend Function GetMaximizedTileArea( _
   ByVal clipToOverallTileArea As Boolean _
) As Rect
protected internal Rect GetMaximizedTileArea( 
   bool clipToOverallTileArea
)

Parameters

clipToOverallTileArea
If true will clip the returned rect to the tile area, inside the TileAreaPadding.

Return Value

A rect of the tile area that includes maximized tiles
Remarks

Note: this rect is only reliable after a measure has been processed. Also, if the last measure wasn't processed while in maxmized mode this will return the entire tile area.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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