XRLineStackingStrategy (Windows Embedded CE 6.0)
1/6/2010
This enumeration describes the mechanism by which a line box is determined for each line.
Syntax
enum XRLineStackingStrategy{
XRLineStackingStrategy_MaxHeight=0,
XRLineStackingStrategy_BlockLineHeight=1
};
Members
- XRLineStackingStrategy_MaxHeight
The stack height is the smallest value that contains the extended block-progression dimension of all the inline elements on that line when those elements are aligned correctly.
- XRLineStackingStrategy_BlockLineHeight
The stack height is determined by the block element line-height property value.
.NET Framework Equivalent
System.Windows.LineStackingStrategy
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |