Questions tagged [blend]

Microsoft Blend for Visual Studio (formerly 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.

Microsoft Blend for Visual Studio (formerly 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. It is an interactive, WYSIWYG front-end for designing XAML-based interfaces for Windows Presentation Foundation and Silverlight applications. It was one of the applications in the Microsoft Expression Studio suite before that suite was discontinued.

764 questions
0
votes
1 answer

How to bind an image to a button template using Blend?

In Microsoft Expression Blend, I have the following button template:
Eternal21
  • 4,190
  • 2
  • 48
  • 63
0
votes
1 answer

How does Photoshop show multi-layer in Normal Blend Mode?

I'm trying to understand how the normal blend mode works in photoshop. http://www.pegtop.net/delphi/articles/blendmodes/normal.htm As the webpage says,it just shows the color of the layer above.But when I copy the same layer and show them…
April
  • 11
  • 3
0
votes
2 answers

How to include canvas under panorama page in windows phone?

I have a panorama page with two panorama item and would like to include a canvas inside the second panorama item. So, when I do it, I get a overflow of the first panorama item in my canvas. As it should be made such that it takes around one and half…
usercode
  • 309
  • 4
  • 20
0
votes
2 answers

Embed microsoft expression blend inside a .net application

Is there any way to embed microsoft expression blend inside a .net application ( to create xaml files)? If not is there any other xaml designer to use instead? More detail: I want to let end user, to design UI by xaml designer at runtime.
ali_reza
  • 1
  • 2
0
votes
1 answer

How to Customize Animation in Blend?

I'm developing a small application using Blend, basically what I have in my application are two list views, lets call them List View A and List View B. List View A represent the files in my computer that I want to sent to the server and List View B…
Vic
  • 2,878
  • 4
  • 36
  • 55
0
votes
1 answer

Vs Blend + Windows 8: how can I set system notification theme's style for my elements in the app?

I need to set styles for buttons in my application similar styles for button in notification windows (for windows 8) Great thanks for any information
burusera
  • 189
  • 4
  • 11
0
votes
1 answer

How do I stop Blend 2.5 June Preview replacing Canvas.ZIndex with Panel.ZIndex on SL1.0 XAML?

I have a Silverlight 1.0 application that I edit with Blend 2.5. Whenever I touch a UIElement in the designer that has a Canvas attribute such as Canvas.ZIndex="1", when it updates the XAML, it changes the Canvas prefix to Panel, leaving…
Tim Erickson
  • 2,323
  • 2
  • 22
  • 27
0
votes
1 answer

silverlight's design in MVC shows only on Visual Studio and not Blend

I've added a new silverlight application to my MVC solution. I've entered some code into the MainPage.xaml and App.xaml, and it seems fine in VS. However, when I want to see and edit it in Blend I can't. I see only the code. there are no…
0
votes
1 answer

Inherit from existing style and add new shapes to derived style

I have basic style PlayButtonsStyle and PauseButtonStyleInherited that is based on the first one. How can I add shapes to the derived one? I want to add two rectangles so it looks like pause button (Blend or VS) derived:
HomeMade
  • 552
  • 4
  • 10
  • 21
0
votes
1 answer

TcpClient isn't available in Blend

I'm writing a blend application that is supposed to use a TCPClient connection to my server, but on compile time I get Type or namespace TcpClient does not exist..., even though I know I'm including the right library (as this code is almost copied…
DigitalJedi805
  • 1,486
  • 4
  • 16
  • 41
-1
votes
1 answer

Linear light blending in Python with 50% opacity

I have this foreground image: And this background image: I'm trying to blend using linear lighting, in Python. However, I want to blend with the background image at 50% opacity, like how you change the opacity in Photoshop. This is my code: import…
-1
votes
1 answer

How to blend two background images in css

I have problem with blend two background images. this's image 1 enter image description here And the second image enter image description here I want to blend them as curved background, the result should like this enter image description here
CS.R
  • 1
  • 2
-1
votes
1 answer

RadDatePicker not working correctly when style is set

I have Telerik RadDatePicker in my xaml. I want to change ControlTemplate, but when I extract the copy of default style (from telerik:Office_BlackTheme) the RadDatePicker stops working correctly.
AnaS
  • 23
  • 5
-1
votes
1 answer

How to automatically blend images to create realistic composites (java)

I have two images - background & foreground, having different lighting conditions and colour tones. Each of them contains a person. Also i have an alpha mask for the person in foreground image. I want to blend the person (cropped out using mask)…
anilsathyan7
  • 1,423
  • 17
  • 25
-1
votes
1 answer

Soft light blend mode not working

I am trying to apply a soft light blend mode of an image against a linear gradient but the effect is not loading on chrome. My code is: background-size: contain; background-repeat: no-repeat; background-position: center center; background-image:…
Souvik Maity
  • 75
  • 2
  • 7
1 2 3
50
51