TileViewItemCustomDrawEventArgs Properties
Contains data for the CustomDrawTile event.
Name | Description |
---|---|
Appearance |
Gets appearance settings for the painted tile.
Inherited from Tile |
Bounds |
Gets or sets tile bounds.
Inherited from Tile |
Cache |
Gets an object that stores the most used pens, fonts, and brushes.
Inherited from Tile |
Default |
Gets the default bounds of the selection rectangle.
Inherited from Tile |
Default |
Gets the default color of the selection rectangle.
Inherited from Tile |
Default |
Gets the default thickness of the selection rectangle.
Inherited from Tile |
Drawing |
Gets the stage of the drawing process. |
Handled |
Gets or sets whether to skip the default painting.
Inherited from Tile |
Is |
Gets the disabled state of the processed tile.
Inherited from Tile |
Is |
Gets the focused state of the processed tile. |
Is |
Gets the hovered state of the processed tile.
Inherited from Tile |
Is |
Gets the selection state of the processed tile.
Inherited from Tile |
Item | Gets the processed tile. |
Row |
Gets the row handle of the processed tile. |
Should |
Gets whether the tile should display a background.
Inherited from Tile |
Should |
Gets whether the tile should display a border.
Inherited from Tile |
Should |
Gets whether the tile should display a check mark.
Inherited from Tile |
Should |
Gets whether the tile should display content.
Inherited from Tile |
Should |
Gets whether the tile should display a disabled overlay.
Inherited from Tile |
Should |
Gets whether the tile should display a hovered overlay.
Inherited from Tile |
Tile |
Gets the Tile View background. |
See Also