IXRTextBlock::SetLineStackingStrategy (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetLineStackingStrategy(
    XRLineStackingStrategy LineStackingStrategy
) = 0; 

Parameters

  • LineStackingStrategy
    [in] 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::GetLineStackingStrategy