Skip to main content
A newer version of this page is available.

WinRTLiveTileManager Properties

A control that allows pinning Live Tiles to the Windows 8 Start Screen for traditional Windows Forms applications.
Name Description
ActualSquareTileSize Returns the current size for tiles with square templates.
ActualWideTileSize Gets the actual size of wide Tiles within this WinRTLiveTileManager.
ApplicationName Gets or sets the application name that a Live Tile for this application will display.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
ContainerControl Gets or sets the Container Control that owns the current WinRTLiveTileManager.
DefaultTileImage An image, displayed within a Live Tile by default.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
HasPinnedTile Checks whether the current WinRTLiveTileManager has its associated Live Tile pinned to the Windows 8 Start Screen.
Id Gets or sets the ID for the current WinRTLiveTileManager.
IsStartScreenAvailable Gets whether the Windows Start Screen is available on the machine, running the application with this WinRTLiveTileManager.
Site Gets or sets a site associated with the current WinRTLiveTileManager.
See Also