Presentation is loading. Please wait.

Presentation is loading. Please wait.

The “Native” UI Framework for Windows 10 Apps and Experiences Supports C++ or C#/VB.

Similar presentations


Presentation on theme: "The “Native” UI Framework for Windows 10 Apps and Experiences Supports C++ or C#/VB."— Presentation transcript:

1

2

3 The “Native” UI Framework for Windows 10 Apps and Experiences Supports C++ or C#/VB

4

5 We are listening…

6

7

8

9

10

11

12

13

14

15

16

17

18 Windows 10 has new features to help with responsive designs

19

20

21

22 If the Window width is >= 720 effective pixels, then show SplitView in Inline mode

23

24 “Traditional” nested panel layout can be challenging for more complex layouts

25 Use with Triggers and Setters for more advanced responsive designs Note: RP above should be replaced with RelativePanel (shortened for readability)

26

27

28

29 Resolved at compile time and produce compiler errors.

30

31 // Register for changes on “target.Current” property target.RegisterPropertyChangedCallback(ContentControl.ContentProperty, ContentChanged); // Handler void ContentChanged(DependencyObject sender, DependencyProperty prop) { // Content Changed Object content = (sender.GetValue(prop)); }

32

33 // Remove Standard Title Bar CoreApplication.GetCurrentView().TitleBar.ExtendViewIntoTitleBar = true; // Indicate Custom App UI to use as the TitleBar (for move, resize) Window.Current.SetTitleBar(customTitleBar);

34

35 … My AppFile Explorer

36

37

38

39

40

41

42

43

44

45

46 Speaker: jstegman@microsoft.com

47

48 Animation should end with only Win10 control showing. Don’t want the old controls on screen too long.

49

50 <TextBlock x:Name="system" RelativePanel.Below="icon" RelativePanel.AlignHorizontalCenterWithPanel="True" …/> <TextBlock RelativePanel.Below="system" RelativePanel.AlignHorizontalCenterWithPanel="True" …/> Use with Triggers and Setters to enable responsive layout changes

51

52

53

54

55

56

57

58 Audio/Video Source Video Decoder Video Effect 1 Video Encoder Video Effect N Audio/Video Sink Audio Decoder Audio Effect 1 Audio Encoder Audio Effect N

59 Audio/Video Source Video Decoder Video Effect 1 Video Encoder Video Effect N Audio/Video Sink Audio Decoder Audio Effect 1 Audio Encoder Audio Effect N

60

61

62

63


Download ppt "The “Native” UI Framework for Windows 10 Apps and Experiences Supports C++ or C#/VB."

Similar presentations


Ads by Google