// Start manually Rain.Play();"> // Start manually Rain.Play();">

Presentation is loading. Please wait.

Presentation is loading. Please wait.

~80 System Colors (and Brushes) ~80 System Colors (and Brushes) XAML Control Colors Map to ~80 system colors SystemBaseHighColor (SystemControlHighlightBaseHighBrush)

Similar presentations


Presentation on theme: "~80 System Colors (and Brushes) ~80 System Colors (and Brushes) XAML Control Colors Map to ~80 system colors SystemBaseHighColor (SystemControlHighlightBaseHighBrush)"— Presentation transcript:

1

2

3

4

5 ~80 System Colors (and Brushes) ~80 System Colors (and Brushes) XAML Control Colors Map to ~80 system colors SystemBaseHighColor (SystemControlHighlightBaseHighBrush) Button [PointerOver] CalendarView [Selection]

6 ~80 System Colors SystemBaseHighColor (SystemControlHighlightBaseHighBrush) Button [PointerOver] Control Specific Colors XAML Control Colors ButtonForegroundPointerOver

7

8 <BitmapImage x:Name="rain" UriSource="rain.gif" AutoPlay="False"/> // Start manually Rain.Play();

9

10

11

12 Will touch on these. For details, see this.

13

14 // To use “dotted line” focus (default is HighVisibility) Application.Current.FocusVisualKind = FocusVisualKind.DottedLine; [Red] [Black]

15

16 FrameworkElement: AllowFocusOnInteraction AllowFocusWhenDisabled Control: FocusDisengaged FocusEngaged IsFocusEngaged IsFocusEngagementEnabled RemoveFocusEngagement RequiresPointer XYFocusDown, XYFocusLeft, XYFocusRight, XYFocusUp Popup: LightDismissOverlayMode Gamepad Engagement Mode and Model Gamepad Navigation “Smoke” Visual Affordance

17

18 Use ContextFlyout property and ContextRequested event

19 // Display UX Affordance (not required) private void OnDisplay(…) { // If desired: show all commands and UX affordance // Example: show tooltip and hide in “OnDismissed” handler var tooltip = ToolTipService.GetToolTip(sender) as ToolTip; … }

20

21 Must target latest SDK to use new compiled binding features

22

23

24 Visual layer Visuals, Animations & Expressions, Effects, Input Routing & Manipulations Framework layer Controls, layout, markup, accessibility, data binding Graphics layer Text rasterization, shapes & vector rasterization, ink rendering Windows.UI.XAML Windows.UI.Composition DirectX Family

25

26

27

28

29 User Types: wy

30

31

32

33

34

35

36

37


Download ppt "~80 System Colors (and Brushes) ~80 System Colors (and Brushes) XAML Control Colors Map to ~80 system colors SystemBaseHighColor (SystemControlHighlightBaseHighBrush)"

Similar presentations


Ads by Google