IXRControl::GetFontStyle (Compact 2013)

3/28/2014

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

See Also

Reference

IXRControl
IXRControl::SetFontStyle