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.
1/6/2010
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 2 documentation.
.NET Framework Equivalent
System.Windows.Documents.Glyphs.Fill
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |