Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for Templating.
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  Silverlight Show  on  Feb 08, 2010 (4 months ago)
    The fifth chapter of “Silverlight Tutorials for Beginners” series written by Alexander Golesh is introduction to Silverlight styling and templating features.

    Style is a mechanism in Silverlight that allows you to encapsulate control property values as reusable resources. This is conceptually similar to CSS with HTML. Style defines control property values as reusable resources.



  • 3 essentials to quickly learning Blend

    0 comments  /  posted by  Silverlight Show  on  May 21, 2009 (more than a year ago)
    Tags: Expression Blend , Layout Panels , Animations , Templating
    Corey Schuman writes about the 3 most important topics concerning Blend - Understanding the Layout Panels, Animations and States and Templating.

    To paint the picture, I am introducing Silverlight to creatives, Flash devs, and people in the business.  Each group needs a different story.  At first I went about it the same way: naturally I would load Visual Studio, create a new project, knock out some XAML, and then run the app.  THIS IS NOT A GOOD IDEA.  Instead, I found myself increasingly opening Blend and showing people around.  This lead to more interest and more questions.

  • 18 comments  /  posted by  Emil Stoychev  on  Jun 15, 2008 (more than a year ago)

    Introduction

    This articles focuses on the process of creating a Custom Control in Silverlight 2. It describes the basics of what you need to build a styleable control with custom logic that can be used in Silverlight applications. The article shows a sample(part) of implementing a LinkLabel control that recognizes URIs in a given text and displays them as links instead of as plain text.

    Overview

    The control model in Silverlight 2 offers creating UserControls and Custom Controls. UserControls enable encapsulation of a specific logic. They are used in scenarios where you want to reuse XAML and/or logic in multiple places or build a sophisticated page with smaller chunks(the UserControls). However, in other scenarios you may need a custom logic to be built in the control and this control to allow designers customize easily its look. You need a way to modify the control visuals without having to modify the control logic. This is where the Custom Controls comes in handy. In Silverlight they derive from the Control class and specify a default style for the way they will look like.


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)