C# Class NotificationsExtensions.Tiles.TileGroup

Inheritance: ITileAdaptiveChild
Datei anzeigen Open project: WindowsNotifications/NotificationsExtensions Class Usage Examples

Public Methods

Method Description
TileGroup ( ) : System

Initializes a new tile group. Groups semantically identify that the content in the group must either be displayed as a whole, or not displayed if it cannot fit. Groups also allow creating multiple columns.

Private Methods

Method Description
ConvertToElement ( ) : NotificationsExtensions.Tiles.Element_TileGroup

Method Details

TileGroup() public method

Initializes a new tile group. Groups semantically identify that the content in the group must either be displayed as a whole, or not displayed if it cannot fit. Groups also allow creating multiple columns.
public TileGroup ( ) : System
return System