// Start manually Rain.Play();"> // Start manually Rain.Play();">
Download presentation
Presentation is loading. Please wait.
Published byMay Bates Modified over 8 years ago
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
8
<BitmapImage x:Name="rain" UriSource="rain.gif" AutoPlay="False"/> // Start manually Rain.Play();
12
Will touch on these. For details, see this.
14
// To use “dotted line” focus (default is HighVisibility) Application.Current.FocusVisualKind = FocusVisualKind.DottedLine; [Red] [Black]
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
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; … }
21
Must target latest SDK to use new compiled binding features
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
29
User Types: wy
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.