DrawingAttributeIds Class
Contains a set of GUIDs that identify the properties in the DrawingAttributes class.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Color | Identifies the Color property. |
![]() ![]() | DrawingFlags | Identifies the internal DrawingFlags property. |
![]() ![]() | IsHighlighter | Identifies the IsHighlighter property. |
![]() ![]() | StylusHeight | Identifies the Height property. |
![]() ![]() | StylusTip | Identifies the StylusTip property. |
![]() ![]() | StylusTipTransform | Identifies the StylusTipTransform property. |
![]() ![]() | StylusWidth | Identifies the Width property. |
The following example demonstrates how to use the DrawingAttributeIds class to detect the property that changed within a PropertyDataChanged event.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

