IXRStylusInfo::SetIsInverted (Compact 2013)

3/28/2014

This method sets a value that indicates whether the stylus is inverted.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsInverted(
    __in bool IsInverted
) = 0;

Parameters

  • IsInverted
    [in] Determines whether the stylus is inverted. Set to true if the stylus is inverted; otherwise, false. The default is false.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Input.StylusDevice.IsInverted

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStylusInfo
IXRStylusInfo::GetIsInverted