Share via


IXRDrawingAttributes::SetOutlineColor (Compact 2013)

3/28/2014

This method sets the outline color of an ink stroke.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetOutlineColor(
    __in COLORREF OutlineColor
) = 0;

Parameters

  • OutlineColor
    [in] A COLORREF value that specifies the outline color.

Return Values

Returns a standard HRESULT value.

Remarks

The outline size is 1 pixel. This adds 2 pixels to the width and length of the ink stroke.

.NET Framework Equivalent

System.Windows.Ink.DrawingAttributes.OutlineColor

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRDrawingAttributes
IXRDrawingAttributes::GetOutlineColor