Version

GetTileArea Method

Returns the area of the panel that will include tiles, (i.e inside the padding).
Syntax
'Declaration
 
Protected Friend Function GetTileArea() As Rect
protected internal Rect GetTileArea()

Return Value

A rect of the tile area
Remarks

Note: this rect is only reliable after a measure has been processed.

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