xaml pages

6

Click here to load reader

Upload: srisakthi-kannan

Post on 09-Jul-2015

771 views

Category:

Technology


4 download

DESCRIPTION

About Xaml pages in Silverlight

TRANSCRIPT

Page 1: XAML pages

Page.xamlPage.xaml

vsvs

aPP.xamlaPP.xaml

sRIsaKTHI.K

Page 2: XAML pages

xaml

• XML-based language developed by Microsoft.

• Create and initialize .NET objects.

• To create visible user interface.

Page 3: XAML pages

Page.xaml

• Default user control.

• Page.xaml always starts off with its LayoutRoot of type Grid.

Page 4: XAML pages

Page.xaml

• The UserControl is a high level control that holds all other UI elements in a xaml file.

• The code behind file includes the event handler that react to user actions.

Page 5: XAML pages

aPP.xaml

• App.xaml is our gateway into Silverlight.

• To share resources like brushes, various style objects, etc.,

• Code behind file is used to handle global application level events.

Page 6: XAML pages

THanK you