DynamicRenderer::DrawingAttributes Property

 

Gets or sets the DrawingAttributes that specifies the appearance of the rendered ink.

Namespace:   System.Windows.Input.StylusPlugIns
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.

This property is not typically used in XAML.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: