Skip to content

Commit 2615693

Browse files
Add YAML Front matter for Samples Browser
1 parent 5d5f02f commit 2615693

File tree

202 files changed

+1937
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+1937
-4
lines changed

Accessibility/FetchTimer/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "FetchTimer Sample"
8+
---
19

210
# FetchTimer Sample
311

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

2129
- 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.
2230

31+

Accessibility/FocusTracker/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "TrackFocus Sample"
8+
---
19

210
# TrackFocus Sample
311
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.
@@ -21,3 +29,4 @@ The easiest way to use these samples without using Git is to download the zip fi
2129
### Deploying and running the sample
2230
- 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.
2331

32+

Accessibility/Highlighter/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "Highlighter Sample"
8+
---
19

210
# Highlighter Sample
311
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.
@@ -15,3 +23,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1523
### Deploying and running the sample
1624
- 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.
1725

26+

Accessibility/WindowMove/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "WindowPattern Sample"
8+
---
19

210
# WindowPattern Sample
311
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.
@@ -13,3 +21,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1321
### Deploying and running the sample
1422
- 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.
1523

24+

Animation/AnimationExamples/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "Animation Example Gallery"
8+
---
19

210
# Animation Example Gallery
311
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.
@@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1119
### Deploying and running the sample
1220
- 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.
1321

22+

Animation/AnimationTiming/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "Animation Timing Behavior Sample"
8+
---
19

210
# Animation Timing Behavior Sample
311
This sample shows how to specify when an animation starts, how many times it repeats, whether it accelerates or decelerates, and other timing behaviors.
@@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1119
### Deploying and running the sample
1220
- 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.
1321

22+

Animation/CustomAnimation/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "Custom Animation Sample"
8+
description: "This sample shows how to create custom animations that simulate bouncing and other interesting effects."
9+
---
110

211
# Custom Animation Sample
312
This sample shows how to create custom animations that simulate bouncing and other interesting effects.
@@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1120
### Deploying and running the sample
1221
- 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.
1322

23+

Animation/KeyFrameAnimation/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "Key Frame Animation Sample"
8+
description: "This sample shows how to use key frame animations to animate along a set of target values."
9+
---
110

211
# Key Frame Animation Sample
312
This sample shows how to use key frame animations to animate along a set of target values.
@@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1120
### Deploying and running the sample
1221
- 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.
1322

23+

Animation/KeySplineAnimations/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "Key Spline Animation Sample"
8+
description: "This sample enables you to interactively adjust the key spline of a DoubleAnimationUsingKeyFrames."
9+
---
110

211
# Key Spline Animation Sample
312
This sample enables you to interactively adjust the key spline of a DoubleAnimationUsingKeyFrames.
@@ -11,3 +20,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1120
### Deploying and running the sample
1221
- 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.
1322

23+

Animation/LocalAnimations/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
languages:
3+
- csharp
4+
products:
5+
- windows-wpf
6+
page_type: sample
7+
name: "Local Animations Sample"
8+
---
19

210
# Local Animations Sample
311
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.
@@ -11,3 +19,4 @@ The easiest way to use these samples without using Git is to download the zip fi
1119
### Deploying and running the sample
1220
- 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.
1321

22+

0 commit comments

Comments
 (0)