IXRTextBlock::GetLineStackingStrategy (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates how a line box is determined for each line of text in this text block.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetLineStackingStrategy(
    XRLineStackingStrategy* pLineStackingStrategy
) = 0;

Parameters

  • pLineStackingStrategy
    Pointer to an XRLineStackingStrategy enumerated type that describes the mechanism by which a line box is determined for each line of text in this text block.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Controls.TextBlock.LineStackingStrategy

Requirements

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

See Also

Reference

IXRTextBlock
IXRTextBlock::SetLineStackingStrategy