Click or drag to resize

Modern Controls

In this article, we will show some Modern Controls that implemented in the Modern UI Framework in additional to those standard Windows Controls.

Select article from menu to read how to use these controls. Select a link from below to read the technical documentation.

List of Modern Controls
ModernWindow

ModernWindow, represents a Modern UI style Window, which holds its contents in MVVM architectural pattern.

BasicWindow

Basic Window is classic window which contains a control box with contents. it is used to hosts all other windows except for main window.

AppBarButton

AppBarButton is expected to be present in a Status bar, displays an vector icon and small text label under it.

AppBarIcon

Icon which identified by its IconKey and have circle around it.

ModernContent

Custom UserControl used in BasicWindow or ModernWindow

ModernCounter

Modern Counter is a little history report UI elements.

ModernLink

ModernLink is a Hyperlink style UI element with Modern Icon

ModernPresenter

A container control which holds others controls panning horizontally.

ModernProgressBar

A Windows 8.1 style progress bar. shows some dots move from left to right. intend to use in application busy mode.

ModernSwitch

A Windows 8 style Switch control. It can replace in some conditions.

ModernTile

A Windows 8 start menu style Tile with Icon, Header and background color.