Questions tagged [expression-blend-4]

Microsoft Expression Blend is a user interface design tool developed and sold by Microsoft for creating graphical interfaces for web and desktop applications that blend the features of these two types of applications. Expression Blend 4 is the fourth version of Expression Blend released in May 2010, it adds support for Silverlight 4 and WPF 4 while also remaining compatible with Silverlight 3 and WPF 3.5 SP1 applications.

Microsoft Expression Blend is a user interface design tool developed and sold by Microsoft for creating graphical interfaces for web and desktop applications that blend the features of these two types of applications. Expression Blend 4 is the fourth version of Expression Blend released in May 2010, it adds support for Silverlight 4 and WPF 4 while also remaining compatible with Silverlight 3 and WPF 3.5 SP1 applications.

It also has many improvements over the previous versions such as shapes library, improved Photoshop file support, added pixel shader effects, path layout, transition effects, ListBox item transitions, Model-View-ViewModel pattern support, additional Behaviors, conditional Behaviors, sample data from CLR classes, design time resource resolution, easing functions for WPF 4, cleaner XAML, and .ZIP support for projects and templates.

111 questions
0
votes
0 answers

Windows Phone in Microsoft Expression Blend 4

Why do not I have a "Windows Phone" tab when I want to create a project in Microsoft Expression Blend 4? screenshot №1 - What I want to have when I create a project in Expression Blend 4. screenshot №2 - What I have when create new project in my…
0
votes
0 answers

Adding TranslateZoomRotateBehavior doesn't fire MouseLeftButtonUp

I have an application which uses Expression Blend's TranslateZoomRotateBehavior which allows me to zoom or rotate my rectangle element. After applying the said element, the existing MouseLeftButtonUp event won't trigger anymore when I am pinching…
abramlimpin
  • 5,027
  • 11
  • 58
  • 97
0
votes
1 answer

Radiobutton / Checkbox stays checked while changing state

I'm building a WPF-application with Expression Blend 4 and I've got a problem. When I check a radiobutton or checkbox and I want to Log Out (a state that hides all the checkboxes and slides in another screen) and I log in again I still see the…
0
votes
1 answer

IValueConverter not working in blend design

I am using Blend 4. I am having a list item which i am binding to sample dataset VM using this approach, which works fine. The issue is with the IValueConverter applied to binding. Blend doesn't seem to process the converter in design time UI. Is it…
pencilslate
  • 12,958
  • 18
  • 58
  • 73
0
votes
3 answers

How to open a blend 4 project in Visual Studio 2010 without having Blend

I just discovered Expression Blend 4 and was amazed by the possibilities it supplies. After having created an HMI prototype in blend, I tried to send it to a colleague who doesn't have Blend, but he couldn't build it. I googled around and found a…
Antoine Jeanrichard
  • 1,103
  • 1
  • 10
  • 18
0
votes
1 answer

How do you change foreground color of a textBox in C# in Microsoft Expression Blend 4?

This is my first time working with Microfoft Expression Blend. My project is Silverlight Prototype(sketchflow). I have a TextBox(TextBox = logUser) and I want to change it's Foreground color. I tried logUser.Foreground = Brushes.Black which I read…
Periklis Vai
  • 1,395
  • 2
  • 11
  • 19
0
votes
1 answer

How to link Property value to a Property of a Style in Blend 4?

I created a Style template in Blend 4 for a button, but I'm not sure how to link the Label's Content to the Button's Content property. Here's the style XAML: