WpfColorMarkPaintingEventArgs Class Members
In This Topic
The following tables list the members exposed by
WpfColorMarkPaintingEventArgs.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | ColorMarkColor | Gets the color of the color mark. |
 | ColorMarkRectangle | Gets the rectangle, where the color mark must be drawn. |
 | DrawingContext | Gets the drawing context, where the color mark must be drawn. |
 | FocusedImageViewerColorMark | Gets the color of focused image viewer mark. |
 | FocusedImageViewerMarkRect | Gets the rectangle, where the focused image viewer color mark must be drawn. |
 | Handled | Gets or sets a value indicating whether the event handler has completely handled the event or whether the system should continue its own processing. |
See Also