XRGridLength (Windows Embedded CE 6.0)

1/6/2010

This structure represents the length of elements that support variable distribution of available space.

Syntax

struct XRGridLength{
  float UnitValue;
    XRGridUnitType UnitType;
};

Members

  • UnitValue
    Indicates a fixed value for the grid length in pixels.
  • UnitType
    Indicates how the element calculates the grid length.

.NET Framework Equivalent

System.Windows.GridLength

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Silverlight for Windows Embedded Structures
XRGridUnitType
IXRColumnDefinition
IXRRowDefinition