DynamicRenderer::OnDrawingAttributesReplaced Method ()

 

Occurs when the DrawingAttributes property changes.

Namespace:   System.Windows.Input.StylusPlugIns
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void OnDrawingAttributesReplaced()

Notes to Inheritors:

When overriding OnDrawingAttributesReplaced in a derived class, be sure to call the base class’s OnDrawingAttributesReplaced method.

The following example overrides the OnDrawingAttributesReplaced method.

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

.NET Framework
Available since 3.0
Return to top
Show: