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 |
---|---|
Represents a three-dimensional vertex in a custom effect. |
|
Defines data-binding information for connecting the property value of a UI element and a data source property. |
|
Defines custom event data that is returned by the IXRNotifyCollectionChanged::GetCollectionChangedEvent method when items in a collection are changed. |
|
Defines the radius of each of the rounded corners of an object. |
|
Defines rendering data for a custom effect. |
|
Contains information that reports or applies metadata for a dependency property or an attached property. |
|
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. |
|
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. |
|
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. |
|
Defines how long a timeline will play one time. |
|
The base for all structures that contain event data. |
|
Contains event data for a gesture event that uses ink input. |
|
Represents the length of elements that support variable distribution of available space, such as grid columns and rows. |
|
Contains event data about a key-up or key-down event. |
|
Specifies when a particular key frame occurs during an animation. |
|
Contains data for the MouseLeftButtonDown and MouseLeftButtonUp events. |
|
Contains data for mouse or stylus events other than mouse button events. |
|
Contains data for mouse wheel events. |
|
Contains the x-coordinate and y-coordinate that define a point. |
|
Provides data for the custom event raised by a data-source object when a property value changes. |
|
Locates the four sides of a rectangle. |
|
Defines how a timeline is repeated. |
|
Contains event data for a routed event. |
|
Contains event data for the Scroll event. |
|
Provides data about which item changed for the SelectionChanged event raised by an IXRSelector-derived object. |
|
Provides data about which item changed for the SingleSelectionChanged event raised by an IXRItemsControl control. |
|
Contains information about the width and height of a UI element. |
|
Contains event data for the SizeChanged event that a UI element raises when its size changes. |
|
Provides data for reporting content changes in a text box. |
|
Contains information about the width of a frame that surrounds a rectangle. |
|
Represents an interval of time. |
|
Contains event data for the ValueChanged event, which occurs when a value changes. |
|
Defines the window that you create to contain the visual host for your application. |
|
Contains a pointer to a source of XAML markup. |