DynamicRenderer::DrawingAttributes Property
.NET Framework (current version)
Gets or sets the DrawingAttributes that specifies the appearance of the rendered ink.
Assembly: PresentationCore (in PresentationCore.dll)
public: property DrawingAttributes^ DrawingAttributes { DrawingAttributes^ get(); void set(DrawingAttributes^ value); }
Property Value
Type: System.Windows.Ink::DrawingAttributes^The DrawingAttributes that specifies the appearance of the rendered ink.
The following example demonstrates how to create a DrawingAttributes object for a DynamicRenderer. In this example, the dynamically rendered ink matches the properties specified by inkDA. To create a control that dynamically renders ink, see Creating an Ink Input Control.
.NET Framework
Available since 3.0
Available since 3.0
Show: