C# Class NotificationsExtensions.AdaptiveGroup

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.
Inheritance: IAdaptiveChild, ITileAdaptiveChild
ファイルを表示 Open project: WindowsNotifications/NotificationsExtensions

Public Methods

Method Description
AdaptiveGroup ( ) : System

Initializes a new 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 ( ) : Element_AdaptiveGroup

Method Details

AdaptiveGroup() public method

Initializes a new 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 AdaptiveGroup ( ) : System
return System