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. |
Default |
Gets the default bounds of the selection rectangle. |
Default |
Gets the default color of the selection rectangle. |
Default |
Gets the default thickness of the selection rectangle. |
Handled | Gets or sets whether to skip the default painting. |
Is |
Gets the disabled state of the processed tile. |
Is |
Gets the hovered state of the processed tile. |
Is |
Gets the selection state of the processed tile. |
Item | Gets the processed tile. |
Should |
Gets whether the tile should display a background. |
Should |
Gets whether the tile should display a border. |
Should |
Gets whether the tile should display a check mark. |
Should |
Gets whether the tile should display content. |
Should |
Gets whether the tile should display a disabled overlay. |
Should |
Gets whether the tile should display a hovered overlay. |
See Also