Jump to: navigation, search

XAML


Revision as of 10:57, 19 August 2016 by JKN (Talk | contribs) (Created page with "The WinX User Interface can be vastly customized using XAML. === Templates === The UI is controlled by several predefined XAML templates which are loaded into the App at star...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The WinX User Interface can be vastly customized using XAML.

Templates

The UI is controlled by several predefined XAML templates which are loaded into the App at startup. There is a set of default template deployed with the App at installation, however, each of them can be overridden by placing the respective file in the folder [AppInstallPath\LocalState\XAML

General

  • UBIKThemes.xaml

Controls the overall styling and behavior of the App, like standard Brushes (Colors) and Fonts.

AuthenticationPage
  • UBIKSplashArea.xaml
  • UBIKPageNavigation.xaml

Content Pages

  • UBIKObjectIcon.xaml
  • UBIKObjectIconSmall.xaml


RootPage
  • UBIKMainLeftArea.xaml
  • UBIKMainItem.xaml
  • UBIKMainItemSmall.xaml
ChildPage
  • UBIKChildItem.xaml
  • UBIKChildItemSmall.xaml
  • UBIKPriorityPropertyItem.xaml


Specific UBIK® Elements

Converters

Behaviors

Commands