.NET手记

.NET学习

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  7 随笔 :: 4 文章 :: 5 评论 :: 0 引用

公告

2008年10月31日 #

Themes Quick Reference

Expression Dark Thumbnail Expression Dark Expression Light Thumbnail Expression Light
Rainier Orange Thumbnail Rainier Orange Rainier Purple Thumbnail Rainier Purple
Shiny Red Thumbnail Shiny Red Shiny Blue Thumbnail Shiny Blue

ImplicitStyleManager

Encapsulates an attached behavior that propagates styles in a framework element's associated resource dictionary to its children. The class also provides attached properties that allow the resource dictionary to be loaded from an external source.
ImplicitStyleManager example

ExpressionDarkTheme

Implicitly applies the Expression dark theme to all of its descendent FrameworkElements.
ExpressionDarkTheme example

ExpressionLightTheme

Implicitly applies the Expression light theme to all of its descendent FrameworkElements.
ExpressionLightTheme example

RainierPurpleTheme

Implicitly applies the Rainier purple theme to all of its descendent FrameworkElements.
RainierPurpleTheme example

RainierOrangeTheme

Implicitly applies the Rainier orange theme to all of its descendent FrameworkElements.
RainierOrangeTheme example

ShinyBlueTheme

Implicitly applies the Shiny Blue theme to all of its descendent FrameworkElements.
ShinyBlueTheme example

ShinyRedTheme

Implicitly applies the Shiny Red theme to all of its descendent FrameworkElements.
ShinyRedTheme example


More Theming Resources

posted @ 2008-10-31 17:03 baggiojing 阅读(264) 评论(1) 编辑

BarSeries

Represents a control that contains a data series to be rendered in bar format.
BarSeries example

ColumnSeries

Represents a control that contains a data series to be rendered in column format.
ColumnSeries example

PieSeries

Represents a control that contains a data series to be rendered in pie format.
PieSeries example

LineSeries

Represents a control that contains a data series to be rendered in X/Y line format.
LineSeries example

ScatterSeries

Represents a control that contains a data series to be rendered in X/Y scatter format.
ScatterSeries example

More Charting Resources

posted @ 2008-10-31 17:02 baggiojing 阅读(293) 评论(1) 编辑

TreeView

Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
TreeView example

AutoCompleteBox

Represents a control that combines a text box and a drop down popup containing a selection control. AutoCompleteBox allows users to filter an items list.
AutoCompleteBox example

NumericUpDown

Represents a control that enables single value selection from a numeric range of values through a Spinner and TextBox.
NumericUpDown example

DockPanel

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
DockPanel example

WrapPanel

Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.
WrapPanel example

Viewbox

Defines a content decorator that can stretch and scale a single child to fill the available space.
Viewbox example

Label

Represents the text label for a control.
Label example

HeaderedContentControl

The base class for all controls that contain single content and have a header.
HeaderedContentControl example

Expander

Represents a control that displays a header and has a collapsible content window.
Expander example

HeaderedItemsControl

Represents a control that contains multiple items and have a header.
HeaderedItemsControl example

More resources

原文地址:http://www.codeplex.com/Silverlight/Wiki/View.aspx?title=Silverlight%20Toolkit%20Overview%20Part%201&referringTitle=Home&ANCHOR#TreeView

posted @ 2008-10-31 17:00 baggiojing 阅读(245) 评论(0) 编辑