Version

Metrics Property

Returns an object which exposes metrics-related properties for the control, keyed by resolution scale.
Syntax
'Declaration
 
Public ReadOnly Property Metrics As UltraLiveTileViewMetrics
public UltraLiveTileViewMetrics Metrics {get;}
Remarks

Because screen resolutions can vary considerably among users of an application, user interface element sizes that are appropriate at one screen resolution may be inappropriate at significantly lower or higher resolutions.

The object returned from this property exposes properties which control values such as tile size and spacing, group spacing, font sizes, etc.

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