TileCustomDrawEventArgs Properties
A base class with arguments for events that draw tiles.Name | Description |
---|---|
Appearance | Gets appearance settings for the painted tile. |
Bounds | Gets or sets tile bounds. |
Cache | Gets an object that stores the most used pens, fonts, and brushes. |
DefaultSelectionBounds | Gets the default bounds of the selection rectangle. |
DefaultSelectionColor | Gets the default color of the selection rectangle. |
DefaultSelectionWidth | Gets the default thickness of the selection rectangle. |
Handled | Gets or sets whether to skip the default painting. |
IsDisabled | Gets the disabled state of the processed tile. |
IsHovered | Gets the hovered state of the processed tile. |
IsSelected | Gets the selection state of the processed tile. |
Item | Gets the processed tile. |
ShouldDrawBackground | Gets whether the tile should display a background. |
ShouldDrawBorder | Gets whether the tile should display a border. |
ShouldDrawCheckMark | Gets whether the tile should display a check mark. |
ShouldDrawContent | Gets whether the tile should display content. |
ShouldDrawDisabledOverlay | Gets whether the tile should display a disabled overlay. |
ShouldDrawHoveredOverlay | Gets whether the tile should display a hovered overlay. |
See Also