InkDrawingAttributes.IgnoreTilt Property

Definition

Gets or sets a value that indicates whether the tilt (tiltx, tilty) of the contact on the digitizer surface is ignored when you draw an InkStroke.

public:
 property bool IgnoreTilt { bool get(); void set(bool value); };
bool IgnoreTilt();

void IgnoreTilt(bool value);
public bool IgnoreTilt { get; set; }
var boolean = inkDrawingAttributes.ignoreTilt;
inkDrawingAttributes.ignoreTilt = boolean;
Public Property IgnoreTilt As Boolean

Property Value

Boolean

bool

true if tilt is ignored; otherwise false. The default value is false.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

This property is typically set for pencil strokes.

Applies to

See also