Classes for Collection Management (Compact 2013)

3/28/2014

The list below describes the classes that you can use to create, access, or modify collections of objects in XAML for Windows Embedded, a native (C++) UI development framework for Windows Embedded Compact powered devices that is founded on Microsoft Silverlight 3.

Class

Description

IXRColorKeyFrameCollection

Represents a collection of IXRColorKeyFrame objects that can be accessed individually by index.

IXRColumnDefinitionCollection

Provides access to a strongly typed collection of IXRColumnDefinition objects.

IXRDoubleCollection

Represents a collection of float values.

IXRDoubleKeyFrameCollection

Represents a collection of IXRDoubleKeyFrame objects that can be accessed individually by index.

IXRGeometryCollection

Represents a collection of IXRGeometry objects.

IXRGradientStopCollection

Represents a collection of IXRGradientStop objects that can be accessed individually by index.

IXRInlineCollection

Provides access to a collection of IXRTextElement objects.

IXRItemCollection

Holds the list of items that together form the content of IXRItemsControl.

IXRObjectKeyFrameCollection

Represents a collection of IXRObjectKeyFrame objects that can be accessed individually by index.

IXRPathFigureCollection

Represents a collection of IXRPathFigure objects that collectively make up the geometry of an IXRPathGeometry object.

IXRPathSegmentCollection

Represents a collection of IXRPathSegment objects that can be accessed individually by index.

IXRPointCollection

Represents a collection of XRPoint values that can be accessed individually by index.

IXRPointKeyFrameCollection

Represents a collection of IXRPointKeyFrame objects that can be accessed individually by index.

IXRResourceDictionary

Provides a dictionary that contains keyed resources used by components of an application that is based on XAML for Windows Embedded.

IXRRowDefinitionCollection

Provides access to a strongly typed collection of IXRRowDefinition objects.

IXRSetterBaseCollection

Represents a collection of objects that inherit from IXRSetterBase.

IXRStrokeCollection

Represents a collection of IXRStroke objects.

IXRStylusPointCollection

Represents a collection of IXRStylusPoint objects.

IXRTimelineCollection

Represents a collection of IXRTimeline objects.

IXRTransformCollection

Represents a collection of IXRTransform objects that can be accessed individually by index.

IXRTriggerActionCollection

Represents a collection of IXRTriggerAction derived objects.

IXRUIElementCollection

Represents a collection of IXRUIElement objects.

IXRVisualStateCollection

Represents a collection of IXRVisualState objects that define state-dependent visual appearances for a user control.

IXRVisualStateGroupCollection

Represents a collection of IXRVisualStateGroup objects that contain mutually exclusive IXRVisualState objects and IXRVisualTransition objects that a control uses to go from one visual state to another.

IXRVisualTransitionCollection

Represents a collection of IXRVisualTransition objects that define visual behavior for state transitions of a user control.

See Also

Reference

XAML for Windows Embedded Classes
XAML for Windows Embedded Reference
Classes for Populating UI Elements with Data