Share via


IXRStroke::SetDrawingAttributes (Compact 2013)

3/28/2014

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

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStroke
IXRStroke::GetDrawingAttributes