Version

GetSynchronizedSize Method

Gets a size that will be used for all items
Syntax
'Declaration
 
Public Overridable Function GetSynchronizedSize() As Nullable(Of Size)
public virtual Nullable<Size> GetSynchronizedSize()

Return Value

The size to use for all items or null
Remarks

Note: this size is ignored in maximized mode or if GetTileLayoutOrder returns 'UseExplicitRowColumnOnTile'. Also, if TileLayoutOrder is 'HorizontalVariable' only the synchronized height will be used. Likewise, if it is 'VerticalVaraible' only the synchronized width will be used.

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