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

Use and in UWP 10 app

How can I use and in a Windows 10 universal app? I will get something like this with Blend: Source both images above: Jef Daels 2015 In may (bad) documentation, I've read that it must be something…
H. Pauwelyn
  • 13,575
  • 26
  • 81
  • 144
7
votes
3 answers

Navigate to another page on button click

I am developed the Windows mobile application I've added the button for VS blend 2015 , but there's no button navigate to option how to bind to my button for the page sub.xaml
7
votes
4 answers

Blend in Visual Studio 2015 - No Design View

I am tying to build an app in Visual Studio 2015 in C# and I want to create a User Interface using Blend. But it shows me only the code in MainPage.xaml, not the graphic view. What should I do ? Here's how it looks
Jonada Ferracaku
  • 135
  • 1
  • 2
  • 11
7
votes
1 answer

Silverlight 4.0 - Deploying the XAP via a custom installer and configure it for OOB + Elevated permissions

Is it possible to deploy a XAP using a custom installer (much like deploying a desktop app), and configure it to run as OOB with Elevated permissions? Bottomline is, when the app is started, it should run in Elevated permissions + OOB, with out any…
amazedsaint
  • 7,642
  • 7
  • 54
  • 83
7
votes
1 answer

Navigating between Views in WPF MVVM

I am new to WPF and MVVM and am working on an application which has a few views. Right now I have a View(HomePageView) shown in the shellView's context. Now using a button in the HomePageView I want to load another View in place of the currently…
Pranjal
  • 796
  • 1
  • 8
  • 24
7
votes
3 answers

Animate Margin Change in Silverlight

I am animating a border resize in Silverlight however I also need to gradually remove the margin around it (currently 50). Blend doesn't seem to generate a tween for margin change - it just jumps from 50 to 0 in one go. Is there a way to achieve…
James Hughes
  • 6,194
  • 4
  • 31
  • 44
7
votes
1 answer

Blend's Assets list is empty

Blend to Visual Studio 2012 have an empty assets list. Instead of items it shows a sendwatch coursor. I don't found any way to fix or restore it. I have tried to google but no result. UP: It seems to be project related because all working correct…
6
votes
4 answers

how to make the brush smooth without lines in the middle

Hi all, as you see in previous brush there is lines in the middle, it isn't so smooth how to make it smooth? (how to remove that lines) i create it with blend
HB MAAM
  • 3,913
  • 4
  • 29
  • 39
6
votes
1 answer

CALayer compositingFilter, iOS 5 and CoreImage

The API Docs for CALayer state: (I'm not sure if the docs are up to date??) compositingFilter A CoreImage filter used to composite the receiver’s contents with the background. Animatable. @property(retain) id compositingFilter ... Special…
horseshoe7
  • 2,745
  • 2
  • 35
  • 49
6
votes
1 answer

OpenglES - Transparent texture blocking objects behind

I have some quads that have a texture with transparency and some objects behind these quads. However, these don't seem to be shown. I know it's something about GL_BLEND but I can't manage to make the objects behind show. I've tried with:…
6
votes
0 answers

Microsoft Blend 2017 how to import image file in .obj format

Trying to import an .obj image file into Microsoft Blend 2017 so it can be used in a Viewport3D. I can successfully import the .obj into the project, but can't seem to use it in a Viewport3D in a Window. Some links I have found say to look for an…
samiam
  • 61
  • 2
6
votes
1 answer

Using 3D OBJ file in Blend 2015

I just started to lean WPF 3D and follow the tutorial. I created a 3D Model and exported it as OBJ file. Created a new WPF project and added this OBJ file. How I can use it inside Window or Viewport3D ? I found a link from Microsoft at: Import 3D…
Alex F
  • 3,180
  • 2
  • 28
  • 40
6
votes
3 answers

Change between pages in WPF

I want to make a layout like the one used in any website - the header, sidebar and footer stay the same but the center part. I have multiple pages/windows to show in a wpf blend C# application and they are totally different. For example,…
ioan
  • 751
  • 1
  • 9
  • 26
6
votes
6 answers

Behaviors missing in Blend and VS2013 for XAML project but present in Javascript project

When I open up a XAML project, the Error list will report issues with all behaviors on each page I have open. Examples of the are: The name "EventTriggerBehavior" does not exist in the namespace "using:Microsoft.Xaml.Interactions.Core" The name…
Dave Friedel
  • 1,028
  • 1
  • 14
  • 20
6
votes
3 answers

composite colors: CALayer and blend mode on iPhone

I'm trying to use core image on the iphone. I'm able to composite my colors using quartz to draw an uiview, but I want to separate each component into CALayer (UIview consume more resources). So I have a white mask I want to use to filter a…
Ali
  • 61
  • 1
  • 1
  • 3
1 2
3
50 51