XRLineStackingStrategy (Compact 2013)

3/28/2014

This enumeration describes the mechanism that determines how a line box is created for each line of text.

Syntax

enum XRLineStackingStrategy{
    XRLineStackingStrategy_MaxHeight=0,
    XRLineStackingStrategy_BlockLineHeight=1,
};

Members

  • XRLineStackingStrategy_MaxHeight
    Stack height is the smallest value that contains all the inline elements on that line when those elements are properly aligned.
  • XRLineStackingStrategy_BlockLineHeight
    Block element's LineHeight property value determines the stack height.

.NET Framework Equivalent

System.Windows.LineStackingStrategy

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Enumerations
IXRTextBlock::GetLineHeight
IXRTextBlock::GetLineStackingStrategy
IXRTextBlock::SetLineStackingStrategy
IXRTextBlock::SetLineHeight