GalleryItemCustomDrawEventArgs Properties
Provides data for events used to custom paint gallery items.
Name | Description |
---|---|
Bounds | Gets the bounding rectangle of the Gallery item currently being painted. |
Cache | Gets an object which specifies the storage for the most used pens, fonts and brushes. |
Gallery |
Gets the Gallery that contains the processed Gallery item.
Inherited from Gallery |
Handled | Gets or sets whether an event was handled. If it was handled default painting isn’t required. |
In |
For In-Ribbon galleries, gets the bar item link that displays the current gallery.
Inherited from Gallery |
Item |
Gets the Gallery item currently being processed.
Inherited from Gallery |
Item |
Gets the information which is required to paint a Gallery item. |
See Also