Recycle, simple
Would you recommend this clipart?
If so, click here: Recommend! |
|
Downloads
The XAML Canvas format is useful both in WPF and Silverlight applications. A XAML Canvas is a vector format that describes individual elements within the image as individual objects that can be individually accessed and manipulated in your application. It is possible to use objects within a XAML Canvas for animations and other interacitons.
Options:
Include Namespace declarations
Wrap in User Control
Wrap in Resource Dictionary
Clip to bounds (for WPF use only)
Remove all object names
Start Download:
The XAML Brush is similar to the XAML Canvas, but with the main difference that a Brush is used whenever colors can be used. You can use Brushes to as the background color of a rectangle or the fill color of a font (to name a few examples). In many ways, they are easier to use than canvases, especially in scenarios where the same art is used in multiple places. Note that Brushes only work in WPF but not in Silverligh.
Options:
Wrap in Resource Dictionary
Include Namespace declarations in Resource Dictionary
Remove all object names
Stretch:
Start Download:
SVG Vector Graphics are used in many web pages. They are not a WPF or Silverlight format, but they are useful in browser-based scenarios.
Start Download:
Bitmap versions of our art are renderings of vector art in a desired image format at the desires size. Note that in WPF and Silverlight applications, it is always preferrable to use the XAML versions as they are rendered faster, in higher quality, and are generally of smaller size. They can also be used much more flexibly (such as in aminations) and can be manipulated with a higher degree of control (such as changing colors of individual elements). However, some scenarios (especially outside WPF and Silverlight) may require bitmap images. In that case, make sure you retrieve the image at the appropriate size.
Options:
Height: | pixels (original height: 100 pixels at 96 dpi) | ||
Width: | pixels (original width: 108 pixels at 96 dpi) | ||
Resolution: |
Start Download:
Sometimes we have the original artwork in one or more native formats as they were saved in the original applications used to create the art. We gladly provide these files to those who are interested.
Available Downloads:
- No native formats available.