In this quick tutorial, you will make the LEADTOOLS for WPF controls available for use within Microsoft Expression Blend.
LEADTOOLS for WPF provides you with powerful controls that let you add image displays and image lists in Microsoft Expression Blend. In this step, you will make all these rich features available within your project.
|
|
The default window name is MainWindow.xaml. To change this:
On the Properties tab, find Common Properties-->Title. Type a window name. For Example: PictureThis!
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="MyProject.MainWindow"
x:Name="Window"
Title="PictureIt!"
Width="640"
Height="480">
<Grid x:Name="LayoutRoot"/>
</Window>
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document