Share via


IXRDrawingAttributes::SetHeight (Windows Embedded CE 6.0)

1/6/2010

This method sets the height of the stylus tip.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetHeight(
    __in float Height
) = 0;

Parameters

  • Height
    [in] Specifies the height in pixels.

Return Values

Returns a standard HRESULT value.

Remarks

If you try to set the Height property to 0 pixels, it is changed to 2 pixels, the default.

.NET Framework Equivalent

System.Windows.Ink.DrawingAttributes.Height

Requirements

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

See Also

Reference

IXRDrawingAttributes
IXRDrawingAttributes::GetHeight