jliberty

Stories submitted by jliberty

dependency properties precedence(silverlight.net)

submitted by jlibertyjliberty(260) 3 years, 7 months ago

Part of a series on Dependency Properties in Silverlight read more...

add a comment |category: |Views: 5

tags: another

Professional Programming and who's a pundit(hanselman.com)

submitted by jlibertyjliberty(260) 3 years, 11 months ago

Hanselman sums it up as well as I've seen itdone. read more...

add a comment |category: |Views: 288

tags: another

Silverlight 1.0 Book Recommendations(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Jesse Liberty's recommendations for books for learning Silverlight 1.0 read more...

add a comment |category: |Views: 3

tags: another

A conversaton about Teach Lambda Expressions(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Jesse Liberty and Ian Griffiths discuss how to teach Lambda Expressions with a focus on how to pronounce a typical Lambda Expression and how to specify its meaning with simple clarity. read more...

add a comment |category: |Views: 3

tags: another

From-To Animation in Silverlight(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Describes From-To Animation in detail. read more...

add a comment |category: |Views: 17

tags: another

Video Brushes Require a MediaElement(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Compares the fact that Image Brushes source an image directly, while Video Brushes require a MediaElement control, and explains how to manage the MediaElement control on the page. read more...

add a comment |category: |Views: 4

tags: another

Create horizontal or vertical linear gradients(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Explains in detail why linear gradients default to being on a diagonal and demonstrates how to create either horizontal or vertical linear gradients. read more...

add a comment |category: |Views: 33

tags: another

The best way to get help with Silverlight Questions(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Advice on where to go for help and how to frame a question to get a good answer. read more...

add a comment |category: |Views: 2

tags: another

Advice to the total novice, for getting started with Silverlight(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Response to an inquiry on how to get started learning Silverlight. read more...

add a comment |category: |Views: 4

tags: another

You can wire event handlers in XAML or in the code behind(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Demonstrates how to wire up Silverlight event handlers either in the XAML or in the Code-behind (.js) file. read more...

add a comment |category: |Views: 11

tags: another

Adding Sharp Lines to a Linear Gradient In Silverlight(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

You can achieve the startling effect of introducing sharp lines within a linear gradient by adding two GradientStops at the same offset, using different, and reinforcing colors read more...

add a comment |category: |Views: 14

tags: another

Canvas has a default width and height of 0(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Explores the unexpected consequences of the fact that Canvas has a default width and height of 0 read more...

add a comment |category: |Views: 1

tags: another

isWindowless and transparent background (silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

If you wish to set the background to be transparent, you must remember to set the isWindowless property to true, or the entire Silverlight control will be rendered as solid black. read more...

add a comment |category: |Views: 84

tags: another

Finding Silverlight Resources Using DotNetKicks(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

In this short blog entry I explain what DotNetKicks is and how it can help users find valuable articles about Silverlight read more...

add a comment |category: |Views: 0

tags: another

Programming C# 3.0 Published(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

The author of Programming C# 3.0, 5th edition describes this fully revised book in detail read more...

add a comment |category: |Views: 8

tags: another

You can retrieve the Silverlight control using GetHost()(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

One of the most frequently used methods in Silverlight is FindName(), which returns a reference to a UI element based on that element's name. FindName can be called on content the sub element of the Silverlight control and this articles shows you how to retrieve the Silverlight control from any element in any method by calling GetHost(). read more...

add a comment |category: |Views: 46

tags: another