InkCanvas.DynamicRenderer Property

Definition

Gets or sets the renderer that dynamically draws ink on the InkCanvas.

protected:
 property System::Windows::Input::StylusPlugIns::DynamicRenderer ^ DynamicRenderer { System::Windows::Input::StylusPlugIns::DynamicRenderer ^ get(); void set(System::Windows::Input::StylusPlugIns::DynamicRenderer ^ value); };
protected System.Windows.Input.StylusPlugIns.DynamicRenderer DynamicRenderer { get; set; }
member this.DynamicRenderer : System.Windows.Input.StylusPlugIns.DynamicRenderer with get, set
Protected Property DynamicRenderer As DynamicRenderer

Property Value

The renderer that dynamically draws ink on the InkCanvas.

Remarks

You can set the DynamicRenderer property to a custom DynamicRenderer if you want to customize the ink.

Note

The DynamicRenderer is a member of the StylusPlugIns collection. When you set the DynamicRenderer, the InkCanvas removes the old DynamicRenderer from the StylusPlugInCollection and adds the new DynamicRenderer to the end of the collection. This may change the behavior of the InkCanvas.

Applies to