IXRDrawingAttributes::SetHeight (Compact 2013)
3/28/2014
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 |
sysgen |
SYSGEN_XAML_RUNTIME |