Skip to content

Commit 95d54ab

Browse files
committed
remove remaining popscreen.com links
1 parent d04dcfc commit 95d54ab

File tree

2 files changed

+23
-46
lines changed

2 files changed

+23
-46
lines changed

docs/designers/insert-controls-and-modify-their-behavior-in-xaml-designer.md

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: "article"
66
ms.assetid: a80fff74-bf01-41c9-ab85-ada7a873c3a9
77
author: "gewarren"
88
ms.author: "gewarren"
9-
manager: ghogen
9+
manager: douge
1010
ms.workload:
1111
- "uwp"
1212
---
@@ -18,53 +18,40 @@ Controls enable users to interact with your app. You can use them to collect inf
1818

1919
You can drag controls from the **Assets** panel onto the **artboard**, and then modify them in the **Properties** window.
2020

21-
![Blend - Assets - FlipView](../designers/media/blend_assetsflipview_xaml.png "blend_AssetsFlipView_XAML")
22-
23-
These videos show you how to use some of the more common controls.
24-
25-
|Control|Watch a short video|
26-
|-------------|-------------------------|
27-
|`Menu` ![](../designers/media/015a263c-0b2b-4253-ac57-b86fcb8c9591.png)|![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Add the controls](https://www.youtube.com/watch?v=ra4AHfgD4Ys&list=PLBDF977B2F1DAB358&index=45)|
28-
|`Button` ![](../designers/media/05df1779-a68f-436b-b834-a91b7995a3ec.png)|![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Design a button](http://www.popscreen.com/v/6A4gb/Microsoft-Expression-Blend-Designing-a-Button)|
29-
|`Textblock` ![](../designers/media/42165963-00f7-4a33-abcd-b0849edebada.png)|![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Add images to a textblock](http://www.popscreen.com/v/6A4du/Microsoft-Expression-Blend-Adding-Images-to-a-TextBlock)|
30-
|`Slider` ![](../designers/media/bf689d92-3c74-4218-815c-e98c930ac189.png)|![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Build a Slider with a ToolTip](http://www.bing.com/videos/search?q=slider%20expression%20blend&qs=n&form=QBVR&pq=slider%20expression%20blend&sc=1-23&sp=-1&sk=#view=detail&mid=F1BB7DB91B2772A8CA2AF1BB7DB91B2772A8CA2A)|
21+
![Blend Assets tab controls](../designers/media/blend_assetsflipview_xaml.png)
3122

3223
### Make a control out of an image, shape, or path
3324

34-
You can make any object into a control.
25+
You can make any object into a control.
3526

36-
![Blend Make Into Control dialog box](../designers/media/blend_makeintocontrol_xaml.png "blend_MakeIntoControl_XAML")
27+
![Blend Make Into Control dialog box](../designers/media/blend_makeintocontrol_xaml.png)
3728

38-
For example, imagine a picture of a television in the center of a page. You could make controls out of small images that look like television buttons. Then, users could click those buttons to change the channel.
29+
For example, imagine a picture of a television in the center of a page. You could make controls out of small images that look like television buttons. Then, users could click those buttons to change the channel.
3930

40-
This is possible because the buttons are now controls. With controls, you can respond to user interactions; in this case, when the user clicks a button.
31+
This is possible because the buttons are now controls. With controls, you can respond to user interactions; in this case, when the user clicks a button.
4132

42-
To make a control, select an object. Then, on the **Tools** menu, click **Make Control**.
33+
To make a control, select an object. Then, on the **Tools** menu, click **Make Control**.
4334

4435
## Make controls do things
4536

46-
Controls can perform actions when users interact with them. For example, they can start an animation, update a data source or play a video.
37+
Controls can perform actions when users interact with them. For example, they can start an animation, update a data source or play a video.
4738

48-
Use *triggers*, *behaviors*, and *events* to make controls do things.
39+
Use *triggers*, *behaviors*, and *events* to make controls do things.
4940

5041
### Triggers
5142

52-
A *trigger* changes a property or performs a task in response to an event or a change in another property. For example, you can change the color of a button when users hover over it.
43+
A *trigger* changes a property or performs a task in response to an event or a change in another property. For example, you can change the color of a button when users hover over it.
5344

54-
![The "Triggers" panel](../designers/media/custom_button_blend_propertytriggerinfo.png)
55-
56-
**Watch a short video:** ![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Add a property trigger](http://www.popscreen.com/v/6A4gO/Microsoft-Expression-Blend-Adding-a-Property-Trigger).
45+
![The "Triggers" panel](../designers/media/custom_button_blend_propertytriggerinfo.png)
5746

5847
### Behaviors
5948

60-
A *behavior* is a reusable package of code. It can do a bit more than change properties. It can perform actions such as query a data service. Blend comes with a small collection of them, but you can add more. Drag a behavior onto any object in your artboard, and then customize the behavior by setting properties.
49+
A *behavior* is a reusable package of code. It can do a bit more than change properties. It can perform actions such as query a data service. Blend comes with a small collection of them, but you can add more. Drag a behavior onto any object in your artboard, and then customize the behavior by setting properties.
6150

62-
![FluidMoveBehavior in the Properties panel](../designers/media/b4_fluidmovebehaviorproperties_sample.png)
51+
![FluidMoveBehavior in the Properties panel](../designers/media/b4_fluidmovebehaviorproperties_sample.png)
6352

64-
**Watch a short video:** ![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Blend tips: Intro to using behaviors Part 1](http://www.bing.com/videos/search?q=Expression%20blend%20behaviors&qs=n&form=QBVR&pq=expression%20blend%20behavior&sc=4-25&sp=-1&sk=#view=detail&mid=CF0DD797ED84DE740904CF0DD797ED84DE740904).
53+
**Watch a video:** ![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Blend tips: Intro to using behaviors Part 1](http://www.bing.com/videos/search?q=Expression%20blend%20behaviors&qs=n&form=QBVR&pq=expression%20blend%20behavior&sc=4-25&sp=-1&sk=#view=detail&mid=CF0DD797ED84DE740904CF0DD797ED84DE740904).
6554

6655
### Events
6756

68-
For ultimate flexibility, handle an *event*. You'll have to write some code.
69-
70-
**Watch a short video:** ![Play icon](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Add a Mouse event](https://www.youtube.com/watch?v=2PMxAlb-x_E).
57+
For ultimate flexibility, handle an *event*. You'll have to write some code.

docs/designers/modify-the-style-of-objects-in-blend.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
2-
title: "Modify the style of objects in Blend | Microsoft Docs"
3-
ms.custom: ""
2+
title: Modify the style of objects in Blend
43
ms.date: "11/04/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
74
ms.technology: vs-ide-designers
8-
ms.tgt_pltfrm: ""
9-
ms.topic: "article"
5+
ms.topic: conceptual
106
author: "gewarren"
117
ms.author: "gewarren"
12-
manager: ghogen
13-
ms.workload:
8+
manager: douge
9+
ms.workload:
1410
- "multiple"
1511
---
1612
# Modify the style of objects in Blend
@@ -23,8 +19,6 @@ If you want re-use settings or groups of settings, create a re-usable resource.
2319

2420
Apply a brush to an object if you want to change its appearance.
2521

26-
**Watch a short video:** ![Play button](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Brushes Editor](http://www.popscreen.com/v/6A4mO/Microsoft-Expression-Blend-The-Brushes-Editor).
27-
2822
### Paint a repeating image or pattern on an object
2923

3024
Paint a repeating image or pattern on an object by using a *tile brush*.
@@ -43,8 +37,6 @@ Create a visual brush from a control such as a button. The following illustratio
4337

4438
![Visual brush](../designers/media/fb6c90e0-153c-48fe-b563-e601beac6227.png) ![Visual brush tiled](../designers/media/e261b99f-7d8f-4d91-bc84-19c7beccc255.png)
4539

46-
**Watch a short video:** ![Play button](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Tile Brushes](http://www.popscreen.com/v/6A4iM/Microsoft-Expression-Blend-Tile-Brushes).
47-
4840
## Styles and templates: Create a consistent look and feel across controls
4941

5042
You can design the appearance and behavior of a control one time and apply that design to other controls so that you don't have to maintain them individually.
@@ -55,7 +47,7 @@ You can design the appearance and behavior of a control one time and apply that
5547

5648
### Create a template or style
5749

58-
There's two ways to create a template. You can convert any object on your artboard to a control or you can base your template on an existing control.
50+
There're two ways to create a template. You can convert any object on your artboard to a control or you can base your template on an existing control.
5951

6052
To convert any object to a control template, select the object, and then on the **Tools** menu, choose **Make Into Control**.
6153

@@ -77,7 +69,7 @@ In the **Create Style Resource** dialog box, you can either name the style or te
7769

7870
> [!NOTE]
7971
> You can't create styles or templates for every type of control. If a control doesn't support them, the breadcrumb button won't appear above the artboard.
80-
> To return to the editing scope of your main document, click **Return scope to** ![](../designers/media/55844eb3-ed98-4f20-aa66-a6f5b23eeb2b.png).
72+
> To return to the editing scope of your main document, click **Return scope to** ![Return scope to icon](../designers/media/55844eb3-ed98-4f20-aa66-a6f5b23eeb2b.png).
8173
8274
### Apply a style or template to a control
8375

@@ -87,7 +79,7 @@ Right-click an object in the [Objects and Timeline](../designers/creating-a-ui-b
8779

8880
### Restore the default style or template of a control
8981

90-
Select the control, and in the [Properties](../designers/creating-a-ui-by-using-blend-for-visual-studio.md#tour-of-the-properties-panel) panel, locate the **Style** or **Template** property. Choose **Advanced options** ![](../designers/media/12e06962-5d8a-480d-a837-e06b84c545bb.png), and then click **Reset** on the shortcut menu.
82+
Select the control, and in the [Properties](../designers/creating-a-ui-by-using-blend-for-visual-studio.md#tour-of-the-properties-panel) panel, locate the **Style** or **Template** property. Choose **Advanced options**, and then click **Reset** on the shortcut menu.
9183

9284
## Visual states: Change the appearance of a control based on its state
9385

@@ -97,14 +89,12 @@ Controls can have different visual appearances based on user interactions. For e
9789

9890
**Watch a short video:** ![Play button](../designers/media/bldadminconsoleinitialconfigicon.PNG) [Manage the state of your WPF controls](https://www.youtube.com/watch?v=m0PlkF5i6uw).
9991

100-
## <a name="Resources"></a> Resources: Create colors, styles, and templates and reuse them later
92+
## Resources: Create colors, styles, and templates and reuse them later
10193

10294
You can convert just about anything in your project to a resource. A resource is just an object that you can reuse in different places in your application. For example, you can create a color one time, make it a resource, and then use that color on several objects. To change the color of all of those objects, just change the color resource.
10395

10496
![Convert color to resource button](../designers/media/89203705-cf66-46e0-b153-52a23cd744f7.png) ![Create Color Resource dialog box](../designers/media/6bff8b19-3cd5-41a0-bbf9-ff65532d5aae.png)
10597

106-
**Watch a short video:** ![Play button](../designers/media/bldadminconsoleinitialconfigicon.PNG) [A brief touch on resources](http://www.popscreen.com/v/6A4k7/Microsoft-Expression-Blend-Brief-Touch-on-Resources).
107-
10898
## See also
10999

110100
[Creating a UI by using Blend for Visual Studio](../designers/creating-a-ui-by-using-blend-for-visual-studio.md)

0 commit comments

Comments
 (0)