Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |