Share via


IXRControl::GetFontStyle (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the style in which the text is rendered.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetFontStyle(
    XRFontStyle* pFontStyle
) = 0;

Parameters

  • pFontStyle
    [out] Pointer to an XRFontStyle enumerated value that describes the style in which the text is rendered.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Controls.Control.FontStyle

Requirements

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

See Also

Reference

IXRControl
IXRControl::SetFontStyle