Skip to content

Commit

Permalink
Add YAML Front matter for Samples Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsan-madhavan committed Oct 29, 2019
1 parent 5d5f02f commit 2615693
Show file tree
Hide file tree
Showing 202 changed files with 1,937 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Accessibility/FetchTimer/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "FetchTimer Sample"
---

# FetchTimer Sample

Expand All @@ -20,3 +28,4 @@ The easiest way to use these samples without using Git is to download the zip fi

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


9 changes: 9 additions & 0 deletions Accessibility/FocusTracker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "TrackFocus Sample"
---

# TrackFocus Sample
This sample tracks the input focus on the desktop and displays information about focus changes, using Microsoft UI Automation. This is a simple console application that might be used as a starting-point for an application that uses UI Automation to track events on the desktop.
Expand All @@ -21,3 +29,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


9 changes: 9 additions & 0 deletions Accessibility/Highlighter/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Highlighter Sample"
---

# Highlighter Sample
This sample demonstrates how to keep track of focus changes so that focused elements can be highlighted on the screen. The highlight is a simple colored rectangle, but it could be a magnifier window or some other tool to make the focused element more accessible.
Expand All @@ -15,3 +23,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


9 changes: 9 additions & 0 deletions Accessibility/WindowMove/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "WindowPattern Sample"
---

# WindowPattern Sample
This sample demonstrates how to use the WindowPattern control pattern to control the screen location of a top-level window as well as register and listen for standard window events.
Expand All @@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


9 changes: 9 additions & 0 deletions Animation/AnimationExamples/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Animation Example Gallery"
---

# Animation Example Gallery
This sample shows how to animate a variety of objects, include text, 2-D transforms, and 3-D transforms. It also demonstrates splined interpolation, path animations, and custom animations.
Expand All @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


9 changes: 9 additions & 0 deletions Animation/AnimationTiming/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Animation Timing Behavior Sample"
---

# Animation Timing Behavior Sample
This sample shows how to specify when an animation starts, how many times it repeats, whether it accelerates or decelerates, and other timing behaviors.
Expand All @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Animation/CustomAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Custom Animation Sample"
description: "This sample shows how to create custom animations that simulate bouncing and other interesting effects."
---

# Custom Animation Sample
This sample shows how to create custom animations that simulate bouncing and other interesting effects.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Animation/KeyFrameAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Key Frame Animation Sample"
description: "This sample shows how to use key frame animations to animate along a set of target values."
---

# Key Frame Animation Sample
This sample shows how to use key frame animations to animate along a set of target values.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Animation/KeySplineAnimations/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Key Spline Animation Sample"
description: "This sample enables you to interactively adjust the key spline of a DoubleAnimationUsingKeyFrames."
---

# Key Spline Animation Sample
This sample enables you to interactively adjust the key spline of a DoubleAnimationUsingKeyFrames.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


9 changes: 9 additions & 0 deletions Animation/LocalAnimations/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Local Animations Sample"
---

# Local Animations Sample
This sample shows how to use local, or non-storyboard, animations. Non-storyboard animations are only available in code. To create an animation in Extensible Application Markup Language (XAML), use a storyboard. For an example that shows how to use storyboards to animate properties, see the Property Animation Sample.
Expand All @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Animation/OpacityAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Animating the Opacity of an Element Sample"
description: "This sample shows how to animate the Opacity of an element."
---

# Animating the Opacity of an Element Sample
This sample shows how to animate the Opacity of an element.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Animation/PathAnimations/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Path Animation Sample"
description: "This sample shows how to animate the Opacity of an element."
---

# Path Animation Sample
This sample shows how to animate the Opacity of an element.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


9 changes: 9 additions & 0 deletions Animation/Per-FrameAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Per-Frame Animation Sample"
---

# Per-Frame Animation Sample
This sample shows how to create per-frame animations using the CompositionTarget Rendering event. It contains several examples that vary in complexity, from a single attraction animation applied to a single object, to a frame-rate-independent firework particle effect.
Expand All @@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Animation/PropertyAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Property Animation Sample"
description: "This sample shows how to animate properties with storyboards."
---

# Property Animation Sample
This sample shows how to animate properties with storyboards.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Animation/TargetValues/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "From, To, and By Animation Target Values Sample"
description: "This sample shows how to use the From, To, and By values of an animation."
---

# From, To, and By Animation Target Values Sample
This sample shows how to use the From, To, and By values of an animation.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


11 changes: 10 additions & 1 deletion Application Management/ApplicationShutdown/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Application Shutdown Sample"
description: "This sample demonstrates the implicit and explicit mechanisms for calling Shutdown and Shutdown."
---

# Application Shutdown Sample
This sample demonstrates the implicit and explicit mechanisms for calling Shutdown and Shutdown.
Expand All @@ -9,4 +18,4 @@ The easiest way to use these samples without using Git is to download the zip fi
- Select Build > Deploy Solution.

### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.
10 changes: 10 additions & 0 deletions Application Management/CodeOnlyWindowsApplication/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Code-Only Windows Application Sample"
description: "This sample illustrates how to create a basic Windows application using only code i.e. no Extensible Application Markup Language (XAML) markup."
---

# Code-Only Windows Application Sample
This sample illustrates how to create a basic Windows application using only code i.e. no Extensible Application Markup Language (XAML) markup.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Managing Unhandled Exceptions on Secondary UI Threads Sample"
description: "This sample demonstrates how to manage unhandled exceptions that are thrown on secondary user interface (UI) threads."
---

# Managing Unhandled Exceptions on Secondary UI Threads Sample
This sample demonstrates how to manage unhandled exceptions that are thrown on secondary user interface (UI) threads.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Managing Unhandled Exceptions on Secondary Worker Threads Sample"
description: "This sample demonstrates how to manage unhandled exceptions that are thrown on secondary worker threads."
---

# Managing Unhandled Exceptions on Secondary Worker Threads Sample
This sample demonstrates how to manage unhandled exceptions that are thrown on secondary worker threads.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Application Management/ProcessingCommandLineArguments/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Processing Command Line Arguments Sample"
description: "This sample demonstrates how to parse command line arguments and make them available to an application."
---

# Processing Command Line Arguments Sample
This sample demonstrates how to parse command line arguments and make them available to an application.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Application Management/SingleInstanceDetection/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Single Instance Detection Sample"
description: "This sample demonstrates how to implement single instance detection for standalone applications."
---

# Single Instance Detection Sample
This sample demonstrates how to implement single instance detection for standalone applications.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


10 changes: 10 additions & 0 deletions Application Management/SkinnedApplication/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
languages:
- csharp
products:
- windows-wpf
page_type: sample
name: "Skinned Application Sample"
description: "This sample illustrates how to implement an application that supports dynamically-swappable skins."
---

# Skinned Application Sample
This sample illustrates how to implement an application that supports dynamically-swappable skins.
Expand All @@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.


Loading

0 comments on commit 2615693

Please sign in to comment.