Share via


IXRTextBox::GetTextWrapping (Compact 2013)

3/28/2014

This method retrieves how line breaking occurs if a line of text extends beyond the available width of this text box.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetTextWrapping(
    XRTextWrapping* pTextWrapping
) = 0;

Parameters

  • pTextWrapping
    [out] Pointer to an XRTextWrapping enumerated type that describes how line breaking occurs if a line of text extends beyond the available width of this text box.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Controls.TextBox.TextWrapping

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRTextBox
IXRTextBox::SetTextWrapping