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
1
vote
0 answers

Expression Blend not showing Attached Property in Style designer

I have an attached dependency property declared on a clr type Framework: public static readonly DependencyProperty ShowTypeProperty = DependencyProperty.RegisterAttached("ShowType", typeof(ShowType), typeof(Framework), new…
Kenan E. K.
  • 13,955
  • 3
  • 43
  • 48
1
vote
1 answer

How to insert items inside a callout control in expression blend 4

I need a idea in inserting images and hyper link buttons inside a callout control which is used in Microsoft Expression Blend 4. Please help me any idea to sort out this issue. thanks, Neon
Arun
  • 1,644
  • 9
  • 25
  • 41
1
vote
1 answer

Changing TextBlock Foreground using VSM when mouse over?

anyone know how can i use VSM chang a textblock text color from "Red" to "Blue" ?do textblock have temeplate like Button,TextBox... and so on ? thanks for you help and looking forward to your reply...
0
votes
1 answer

Visual Studio 2010 To Blend 4 Not Working Right

Visual Studio and Blend 4 Design Problem I have a VS 2010 C# solution file that I am opening in Blend 4. The file opens with no errors, however if I attempt to build it in Blend the program lists a few missing references and then crashes Blend. Here…
0
votes
1 answer

Automatic rolling / scrolling text when text in listbox item is long

Suppose I have a long text in a listbox item which can not fit in the screen. I want such text to be automatically rolling so that the user can see the text completely. How can I achieve this? Please help.
Vignesh PT
  • 624
  • 12
  • 28
0
votes
2 answers

Unable to animate an object's border in Expression Blend using brush resources

I'm trying to animate an object's border color using Expression blend. Whenever I change the border's value within a Storyboard to that of a brush resource I created previously, the object's base border changes instead of it being animated. If I…
Hussein Khalil
  • 1,585
  • 2
  • 25
  • 47
0
votes
2 answers

need to add images dynamically

I want to add different images in my silverlight application dynamically. I want to be able to switch the images here in the xmal below . Currently I…
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
0
votes
1 answer

triggering an event at the storyboard end

I am new to silverlight and I want to trigger an even when the storyboard finsihes or ends. How would I go on doing that. I already have one trigger in storyboard at mouse enter. I am not sure if I can add more events there. thanks
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
0
votes
1 answer

How to bind data and fill/display to DataGrid or UniformGrid from ListBox selected items (SelectionMode=Multiple)

As to my question(Title), I can already bind selected items from my listBox to my uniformGrid. BUT even if I already selected many items the UniformGrid only shows 1 item. Could you please tell me how to do this? or is it possible to fill the…
Raf
  • 708
  • 2
  • 12
  • 34
0
votes
1 answer

Can MS Blend 3&4 open a solution containing mixed code?

I would like to know if Microsoft expression Blend can open up solutions made up in Visual Studio that contain parts of which are CLI, C# and C++ ? More specifically can one work with the solution in Blend only in the C# part and if so, is it able…
0
votes
2 answers

How can I set the tab order for multiple controls in XAML

Do I have to manually set the TabIndex property of each control on my page, or is there a way I can select multiple controls and get either Expression Blend or Visual Studio to apply the tab index in the order I selected them. I know this is a…
h_a_z_
  • 109
  • 1
  • 11
0
votes
1 answer

Expression Blend, Button states, how to?

Sorry for such a rudimentary question, but I am not experienced in Blend 4 much at all. What I need to do, and based on the little I know or have seen it seems that Blend is the place to do it, is to create a "state" for a button to appear when it…
Mike
  • 93
  • 1
  • 1
  • 5
0
votes
1 answer

How do I create a property on a custom silverlight behavior so that expression blend will display the object picker?

I've created a custom behavior with a target control property and I can't figure out how to get blend to display the round "object picker" so that I can drag and drop to target a particular control. So when I create a behavior like this: public…
Dave Graves
  • 1,007
  • 2
  • 9
  • 15
0
votes
1 answer

How to bind ProgressBar Maximum minus Value to textblock in WPF

In Expression blend, I have one progressBar and two textblocks. I bound the first textblock to the Value property . I need to bind the second textblock to Maximum-Value properties to read the amount left to fill the progressBar. How can I accomplish…
Coder
  • 121
  • 9
0
votes
1 answer

GoToStateAction cannot see my states in Blend

I have my visual states defined in UserControl.Resources. This is the sample :-