Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for System Colors.
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  Dec 03, 2009 (4 days ago)
    CorrinaB has published the second part of her article on Windows system color theme style.

    For those of you who desire a bit more contrast in the theme, particularly for high contrast color modes, there are a few approaches you can take...

    • One quick and simple approach is to open SysColors.cs and replace the appropriate gradient brushes with solid color brushes by changing LinearGradientBrush properties to Brush properties, and, in most cases, I would recommend using ControlColor for the replacement. This will eliminate the gradients used on buttons and increase contrast a bit


  • 0 comments  /  posted by  Silverlight Show  on  Nov 26, 2009 (1 week ago)

    In this post CorrinaB presents a mapping to Windows System colors.

    Accessibility is important to consider when designing applications. Not only do those with visual, physical, speech, cognitive, and neurological disabilities benefit from software that is accessible, but those without these disabilities benefit as well. Silverlight makes it possible to create applications that address accessibility needs, and some colleagues of mine and I decided to explore some of the possibilities by creating a control and navigation template theme that maps to Windows system colors (this will allow the application to seamlessly respond to Windows high contrast mode color changes).

  • 0 comments  /  posted by  Silverlight Show  on  Jul 01, 2009 (5 months ago)
    Part 6 of Adrej Tozon's series called "Countdown to Silverlight 3" is now ready and it is about system colors. If you find this post interesting then you may also want to read the previous parts.

    With Silverlight 3, we now have access to system colors. If you need your new application to visually fit into the operating system it’s running on, simply inspect one of the static properties, provided by the new SystemColors class – System.HighlightColor for example, will tell you what color is used for highlighting the selection in ListBoxes.

  • 0 comments  /  posted by  Silverlight Show  on  Apr 30, 2009 (7 months ago)

    Mike Taulty has dedictaed a post to one of the new classes of Silverlight 3 - the SystemColors.

    Now, the SystemColors class is nice but it just has a bunch of static properties on it and nor is there any kind of change notification present when the user changes them.

    So…I figure it’s not a major loss if the user has to refresh the browser (or perhaps click a Silverlight UI button) to tell the Silverlight application that they have changed their theme. It’s liveable.

    With that in mind, I set about exposing some of those static properties on SystemColors as non-static properties so that they can be used from XAML.

  • Silverlight 3 : System Colors

    0 comments  /  posted by  Silverlight Show  on  Apr 13, 2009 (7 months ago)
    Alex Golesh has posted a quick tip about the system colors in Silverlight 3.

    Silverlight 3 now supports operating system colors. This means, that now Silverlight 3 applications could be adopted for users who use high-contrast color schemes.