XAML for Windows Embedded Structures (Compact 2013)

3/28/2014

The list below describes the structures available in XAML for Windows Embedded, a native (C++) UI development framework for Windows Embedded Compact devices that is founded on Microsoft Silverlight 3.

Structure

Description

XRVertex

Represents a three-dimensional vertex in a custom effect.

XRBinding

Defines data-binding information for connecting the property value of a UI element and a data source property.

XRCollectionChangedCustomEventArgs

Defines custom event data that is returned by the IXRNotifyCollectionChanged::GetCollectionChangedEvent method when items in a collection are changed.

XRCornerRadius

Defines the radius of each of the rounded corners of an object.

XRCustomEffectArguments

Defines rendering data for a custom effect.

XRDependencyPropertyMetaData

Contains information that reports or applies metadata for a dependency property or an attached property.

XRDragCompletedEventArgs

Contains DragCompleted event data about the on-screen coordinates of the mouse pointer or stylus in relation to the current on-screen position of a thumb control.

XRDragDeltaEventArgs

Contains DragDelta event data about the on-screen coordinates of the mouse pointer or stylus in relation to the current on-screen position of a thumb control.

XRDragStartedEventArgs

Contains DragStarted event data about the on-screen coordinates of the mouse pointer or stylus in relation to the current on-screen position of a thumb control.

XRDuration

Defines how long a timeline will play one time.

XREventArgs

The base for all structures that contain event data.

XRGestureEventArgs

Contains event data for a gesture event that uses ink input.

XRGridLength

Represents the length of elements that support variable distribution of available space, such as grid columns and rows.

XRKeyEventArgs

Contains event data about a key-up or key-down event.

XRKeyTime

Specifies when a particular key frame occurs during an animation.

XRMouseButtonEventArgs

Contains data for the MouseLeftButtonDown and MouseLeftButtonUp events.

XRMouseEventArgs

Contains data for mouse or stylus events other than mouse button events.

XRMouseWheelEventArgs

Contains data for mouse wheel events.

XRPoint

Contains the x-coordinate and y-coordinate that define a point.

XRPropertyChangedCustomEventArgs

Provides data for the custom event raised by a data-source object when a property value changes.

XRRect

Locates the four sides of a rectangle.

XRRepeatBehavior

Defines how a timeline is repeated.

XRRoutedEventArgs

Contains event data for a routed event.

XRScrollEventArgs

Contains event data for the Scroll event.

XRSelectionChangedEventArgs

Provides data about which item changed for the SelectionChanged event raised by an IXRSelector-derived object.

XRSingleSelectionChangedEventArgs

Provides data about which item changed for the SingleSelectionChanged event raised by an IXRItemsControl control.

XRSize

Contains information about the width and height of a UI element.

XRSizeChangedEventArgs

Contains event data for the SizeChanged event that a UI element raises when its size changes.

XRTextChangedEventArgs

Provides data for reporting content changes in a text box.

XRThickness

Contains information about the width of a frame that surrounds a rectangle.

XRTimeSpan

Represents an interval of time.

XRValueChangedEventArgs<_ValueType>

Contains event data for the ValueChanged event, which occurs when a value changes.

XRWindowCreateParams

Defines the window that you create to contain the visual host for your application.

XRXamlSource

Contains a pointer to a source of XAML markup.

See Also

Reference

XAML for Windows Embedded Reference