C# (CSharp) SilverlightFX.UserInterface Namespace

Nested Namespaces

SilverlightFX.UserInterface.Actions
SilverlightFX.UserInterface.Effects
SilverlightFX.UserInterface.Glitz
SilverlightFX.UserInterface.Navigation
SilverlightFX.UserInterface.Transitions

Classes

Name Description
ActivityControl
AutoCompleteCompletedEventArgs The event data associated with the AutoComplete behavior's Completed event.
AutoCompleteCompletingEventArgs The event data associated with the AutoComplete behavior's Completing event.
CommandExecutingEventArgs The event argument associated with the Executing event of a Command.
ContentView
DataEventTrigger A trigger that can be associated with a specific event and uses the associated data context as the source for events.
DetailView
DetailViewItem Represents a single item within a DetailView.
FormPanel A Panel control with behavior to automatically layout its children in a form-like manner. The children consist of regular elements along with Label elements to represent associated form labels.
HStackPanel A panel that arranges its children horizontally.
HoverEffect Plays an effect whenever the mouse enters or leaves the associated element.
Interaction A class providing various attached properties for creating interactivty.
Label A label control that represents some text on a form.
ListView
ListViewItem Represents a single item within a ListView.
LoadEffect Plays an effect whenever the associated element is loaded.
ModelEventTrigger A trigger that can be associated with a specific event and uses the associated view model as the source for events.
TemplatePanel
TilePanel A panel that arranges its child elements horizontally, and then wrapped to the next row in an animated manner.
VStackPanel A panel that arranges its children vertically.
View Represents the top-most view in an application.
ViewWorkspace
WrapPanel A panel that positions child elements sequentially from left to right or top to bottom. When elements extend beyond the panel edge, elements are positioned in the next row or column.
WrapPanel.OrientedSize
XBorder
XButton An extended Button control with more functionality.
XGrid An extended Grid control with more convenient syntax for defining its rows and columns.
XSlider A extended Slider control with support for tracking mouse clicks to change the value of the slider.
XToolTipService A ToolTipService implementation that allows the contents of the tooltip to share the DataContext of the element that the tooltip is associated with, and thereby contain binding expressions.