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
-1
votes
1 answer

Rendering a Rainbow spectre in Java OpenGL does not blend the colors

FIXED: needed a glShadeModel(GL_SMOOTH); current result : http://prntscr.com/d3ev6j public static void drawBlendRectangle(double x, double y, double x1, double y1, int... colors) { glPushMatrix(); glDisable(GL_TEXTURE_2D); …
-1
votes
2 answers

Opengl, blend only when destination pixels' alpha value is positive

I'm searching for a function/way to make blending work only when destination pixels' (i.e. the back buffer) alpha value is greater than 0. What i'm looking for is something like the glAlphaFunc which tests the incoming fragments, but in my case i…
aftos
  • 7
  • 2
-1
votes
1 answer

How to recognize changes of a toggleSwitch

I try to handle cases depending on the current value of a toggleSwitch in Blend for Visual Studio 2015 with C#. I want to print the correct value to the debug output. I have the following code public sealed partial class MainPage : Page { …
David Seek
  • 16,783
  • 19
  • 105
  • 136
-1
votes
1 answer

Blend 2015 - couple questions

Have some questions regarding Visual Studio Blend tool below: Can i use Blend to prepare windows for Windows Forms applications or it's only for wpf applications? If yes on 1st point how to do it (how to import such forms)? If i am working with…
Arie
  • 3,041
  • 7
  • 32
  • 63
-1
votes
1 answer

OpenGL transparent texture issue

I have issue with texture with alpha channel. I'm rendering a palm tree with leaves: but as you can see, sky is over leaves on the left side of the picture. In my code, sky is rendered, then i render the trees. Here is my code which renders one…
Barcio77
  • 36
  • 8
-1
votes
1 answer

Microsoft Blend manual for VS2012 and/or VS2013

I've searched for a good and complete manual on Blend for Visual Studio 2012 and/or 2013 for developing WPF Application with C#, but I still haven't found anything. Do you know a complete and well-made manual to learn this software?
nicetoCyou
  • 39
  • 1
  • 5
-1
votes
1 answer

Blend in Visual Studio 2012 Ultimate in Windows 7

I have Visual Studio 2012 Ultimate. When first installation window popped up I could see, "Visual Studio 2012 Ultimate with Blend". I chose all options and installed successfully. But I could not find Blend anywhere in Visual Studio when I opened it…
Myron
  • 1
  • 2
-1
votes
1 answer

Retrieving and Displaying tweets into an Windows 8 metro application

so basically I'm trying to display the latest tweets from 5-10 different sources/twitter accounts in a new application I'm trying to make. Similarly the way tweetro/metrotwit retrieve and display tweets in the application. But on a much smaller…
AlexDuncan
  • 95
  • 1
  • 3
  • 12
-2
votes
1 answer

How can I dynamically re-layout user controls on a grid?

How can I dynamically re-layout user controls I put on a grid ? Can I use the UniformGrid ? By adding the controls on a stack panel like so
-2
votes
1 answer

UserControl event to communicate with Main Program

I'm using C# and Blend and working on a WPF application. I'm trying to create my own control that lists out items - e.g. file names. I'm using a StackPanel and each file name is a custom UserControl. What I'm after, is that when a UserControl within…
Char
  • 41
  • 10
-2
votes
1 answer

How to binding slider.value to ellipse gradient startpoint

how to adjust the color using the slider??? like this http://s2.ipicture.ru/uploads/20140220/4q71sUT5.jpg http://s4.postimg.org/43lecgnjx/Bind.jpg
XmaksasX
  • 81
  • 6
-3
votes
1 answer

How do I remove this blue selection background in a TreeViewItem?

Print screen: http://imageshack.us/photo/my-images/253/bluebackground.png/ I have a treeViewItem and when I click on it, this damn blue selection appear inside it! Ive already tried to get the trigger isSelected in style. But doesnt SOLVE! Help…
alansiqueira27
  • 8,129
  • 15
  • 67
  • 111
-4
votes
1 answer

PropertyChanged event on viewmodel property

i'm trying to Raise a PropertyChanged event on a Property in my ViewModel using interaction triggers . CS : public string MyContentProperty { get { return "I Was Raised From an outside Source !";} } XAML :
-7
votes
1 answer

Blend for Visual Studio2015

I am newer to Visual Studio blend. I want to learn the blend for Visual Studio 2015. I have surfed a lot, but i dint find any particular tutorial in this version. Please suggest me some sites and books to learn this
user3610920
  • 1,582
  • 2
  • 13
  • 24
1 2 3
50
51