Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for Image.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Andrei Kashcha  on  Apr 20, 2010 (2 months ago)
    Tags: Chess , image , puzzle
    Chess Url - Easy Chess Puzzles Sharing

    This is very simple way to share chess puzzles with your friends. Design chess combination in Silverlight 4 and get URL to an image. Later the image can be used in blog, site and whatnot. 

    Source code for the Silverlight part is available for download.



  • 0 comments  /  posted by  Silverlight Show  on  Mar 02, 2009 (more than a year ago)
    Tags: Image , Source , Silverlight , C# , Mike Snow

    Here is the new tip of the day from the Mike Snow’s blog and this time it is about getting an image’s source file name.

    Once you have an image loaded how do you go back and get the original file name for the source file? This can be accomplished through the Uri property of the images Source. However, you must first typecast the images Source to be a BitmapImage. The Uri has a property called OriginalString that returns the full relative path to the image file.

  • 24 comments  /  posted by  Martin Mihaylov  on  Apr 14, 2008 (more than a year ago)

    Update: The source codes and the information in this article are compatible with Silverlight 2 RTW.

    Introduction

    In this tutorial we will provide brief introduction in the usage of the image control. It’s not very complicated, but there are a few interesting things we can find out about it.

    Overview

    For our examples we will use the turtle from the Sample Images in Windows. Here is the first example:

    <Grid x:Name="Layout" Background="Black" Width="300" Height="200">
        <Image x:Name="MyImage" Source="/Images/GiantSeaTurtle.jpg"></Image>
    </
    Grid>

     

    In it we use the Source property of the Image control.


Help us make SilverlightShow even better. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)