Version

TileSpacing Property (ResolutionIndependentMetrics)

Returns or sets the amount of space between two adjacent tiles, expressed in pixels.
Syntax
'Declaration
 
Public Overridable Property TileSpacing As Integer
public virtual int TileSpacing {get; set;}
Remarks

Note: Changing the value of this property changes the size at which wide tiles are displayed. The wide tile size is not a settable property because a wide tile must be exactly twice the width of a square tile, plus the value of the TileSpacing property, to ensure that two square tiles, side-by-side, are the same size as one wide tile.

Use the TileSizeWide property to obtain the actual dimensions of wide tiles.

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