IXRGlyphs::SetFill (Compact 2013)
3/28/2014
This method sets a brush to use to render the glyphs.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetFill(
IXRBrush *pFill
) = 0;
Parameters
- pFill
[in] Pointer to an object derived from IXRBrush to use to render the glyphs.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
If pFill is a null reference, this object cannot be hit tested.
For information about how to set this brush in the source XAML for your application, see the Microsoft Silverlight 3 documentation.
.NET Framework Equivalent
System.Windows.Documents.Glyphs.Fill
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |