Share via


IXRStroke::SetDrawingAttributes (Windows Embedded CE 6.0)

1/6/2010

This method sets the properties of the stroke, such as Height, Width, Color, or OutlineColor.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetDrawingAttributes(
    __in IXRDrawingAttributes *pDrawingAttributes
) = 0;

Parameters

  • pDrawingAttributes
    [in] Points to the IXRDrawingAttributes structure that defines the property settings for the stroke.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Ink.Stroke.DrawingAttributes

Requirements

Header XamlRuntime.h
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRStroke
IXRStroke::GetDrawingAttributes