Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkToolbar.TargetInkCanvas Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the InkCanvas control associated with the InkToolbar.

All InkToolbar settings are propagated to the associated InkCanvas.

InkCanvas TargetInkCanvas();

void TargetInkCanvas(InkCanvas value);
public InkCanvas TargetInkCanvas { get; set; }
var inkCanvas = inkToolbar.targetInkCanvas;
inkToolbar.targetInkCanvas = inkCanvas;
Public Property TargetInkCanvas As InkCanvas

Property Value

The InkCanvas control associated with the InkToolbar.

Applies to

See also


Feedback

Was this page helpful?