Windows 10 (UWP) App Development

24
Windows 10 (UWP) App Development Prepared By Eng Soon Cheah [email protected]

TAGS:

Transcript of Windows 10 (UWP) App Development

Windows 10 (UWP) App Development

Prepared By Eng Soon Cheah

[email protected]

Template Design• AdaptiveUI• HubView• Pivot

• SplitView• RelativePanel

UI Control• Calendar• GPS• Map

• MenuFlyout• AppBar/CommandBar

AdaptiveUI

HubView

Pivot

SplitView

RelativePanel <RelativePanel> <Rectangle x:Name="Blue" Height="100" Width="200" Fill="Blue"/>

<Rectangle x:Name="Red" Height="100" Width="100" Fill="Red" RelativePanel.Below="Blue" RelativePanel.RightOf="Blue"/> </RelativePanel>

Calendar

GPS

Map <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Maps:MapControl x:Name="MapCtl"/> </Grid>

MenuFlyout

AppBar/CommandBar