Appendix B. Silverlight Control Reference

The purpose of this appendix is to provide you with a list of the available methods, properties, and events for the most commonly used Silverlight controls. Implementing these controls is discussed throughout the book; however, there are far too many members of each control to discuss them all.

You should be fairly familiar with the controls and how to implement them in XAML and managed code by now. This appendix is intended as a simple reference where you can quickly look up what members are available for different controls.

Note

The controls in this chapter are based on the Silverlight 2 Beta 2 release. Microsoft has a tendency to "update" these controls to add and sometimes remove functionality. If one of the properties, methods, or events is giving you fits, or if you are looking for additional functionality for a control that you believe should be there, check the MSDN Web site at the following address to see if something has changed:

http://msdn.microsoft.com/en-us/library/cc303041.aspx.

Border

Properties

ActualHeight, ActualWidth, Background, BorderBrush, BorderThickness, Child, Clip, CornerRadius, Cursor, DataContext, DesiredSize, Dispatcher, Height, HorizontalAlignment, IsHitTestVisible, Language, Margin, MaxHeight, MaxWidth, MinHeight, MinWidth, Name, Opacity, OpacityMask, Padding, Parent, RenderSize, RenderTransform, RenderTransformOrigin, Resources, Style, Tag, Triggers, VerticalAlignment, Visibility, Width

Methods

Arrange, ArrangeOverride, ...

Get Silverlight™ 2 Bible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.