XAML for Windows Embedded Enumerations (Compact 2013)

3/28/2014

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

Enumeration

Description

VALUE_TYPE

Contains several different values that can be used to describe the type code for a value in XAML for Windows Embedded.

XRAlignmentX

Describes how content is positioned horizontally in a container.

XRAlignmentY

Describes how content is positioned vertically in a container.

XRBindingMode

Specifies how data propagates in a binding.

XRBitmapCreateOptions

Describes the initialization options for a bitmap image.

XRBrushMappingMode

Specifies the coordinate system that is used by a brush.

XRClickMode

Specifies when the Click event should be raised for a control.

XRClockState

Describes the potential states of an animation.

XRCollectionChangeAction

Describes the action that caused a CollectionChanged event.

XRColorInterpolationMode

Determines how the colors in a gradient are interpolated.

XRCursor

Contains values that each indicate an image to use for the mouse pointer.

XREasingMode

Describes when the easing function is applied to an animation.

XRFillBehavior

Specifies how a timeline behaves when it is outside its active period but its parent is inside its active or hold period.

XRFillRule

Specifies how the intersecting areas of PathFigure objects that are contained in a Geometry are combined to form the area of the Geometry.

XRFlowDirection

Describes the content flow direction for text and user interface (UI) elements.

XRFontStretch

Contains values that each describe how much a font is expanded or condensed, compared to the usual aspect ratio of that font.

XRFontStyle

Contains values that represent the style of a font.

XRFontWeight

Contains values that each indicate the density of a font, as measured by the lightness or heaviness of the strokes.

XRGeneratorDirection

Contains values that describe the direction in which to traverse the records in a data source when generating item containers for an items control.

XRGradientSpreadMethod

Specifies how to draw the gradient outside a gradient brush's gradient vector or space.

XRGridUnitType

Describes the kind of value that a GridLength object is holding.

XRHorizontalAlignment

Contains values that indicate where an element should be displayed on the horizontal axis in relation to the allocated layout slot of the parent element.

XRKeyboardNavigationMode

Contains members that specify the tabbing behavior across tab stops for a tabbing sequence inside a container.

XRLineStackingStrategy

Describes the mechanism by which a line box is determined for each line.

XROrientation

Defines the different orientations that a control or layout can have.

XRPenLineCap

Describes the shape at the end of a line or segment.

XRPenLineJoin

Describes the shape that joins two lines or segments.

XRPlacementMode

Specifies the preferred location for positioning a tooltip relative to a visual element.

XRScrollBarVisibility

Contains values that specify the visibility of a scrollbar that is inside a scroll viewer or text box.

XRScrollEventType

Specifies the kind of action used to raise the scroll event.

XRSelectionMode

Contains values that describe the selection behavior of an IXRListBox.

XRStretch

Describes how content is resized to fill its allocated space.

XRStyleSimulations

Describes the simulation style of a font.

XRSweepDirection

Specifies the direction an elliptical arc is drawn.

XRTabletDeviceType

Specifies values that describe the type of input devices that the tablet device uses.

XRTextAlignment

Specifies whether text is centered, left-aligned, or right-aligned.

XRTextHintingMode

Specifies whether text rendering is optimized for readability or not.

XRTextTrimming

Contains values that describe the text trimming behaviors that can be applied to content that overflows the content area of its container.

XRTextWrapping

Specifies whether text wraps when it reaches the edge of its container.

XRThreeState

Contains values that specify the possible toggle states of a UI element.

XRVerticalAlignment

Contains members that describe how a child element is vertically positioned inside a parent-layout slot.

XRVirtualizationMode

Contains values that describe the method that an IXRVirtualizingStackPanel uses to manage the memory used by virtualizing its child items.

XRVisibility

Specifies the display state of an element.

See Also

Reference

XAML for Windows Embedded Reference