Back to Devexpress

TileCustomDrawEventArgs Members

windowsforms-devexpress-dot-xtraeditors-dot-tilecustomdraweventargs-dot-underscore-members.md

latest7.6 KB
Original Source

TileCustomDrawEventArgs Members

A base class with arguments for events that draw tiles.

Constructors

NameDescription
TileCustomDrawEventArgs(TileControlInfoArgs, TileItemViewInfo)Initializes a new instance of the TileCustomDrawEventArgs class with specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
AppearanceGets appearance settings for the painted tile.
BoundsGets or sets tile bounds.
CacheGets an object that stores the most used pens, fonts, and brushes.
DefaultSelectionBoundsGets the default bounds of the selection rectangle.
DefaultSelectionColorGets the default color of the selection rectangle.
DefaultSelectionWidthGets the default thickness of the selection rectangle.
HandledGets or sets whether to skip the default painting.
IsDisabledGets the disabled state of the processed tile.
IsHoveredGets the hovered state of the processed tile.
IsSelectedGets the selection state of the processed tile.
ItemGets the processed tile.
ShouldDrawBackgroundGets whether the tile should display a background.
ShouldDrawBorderGets whether the tile should display a border.
ShouldDrawCheckMarkGets whether the tile should display a check mark.
ShouldDrawContentGets whether the tile should display content.
ShouldDrawDisabledOverlayGets whether the tile should display a disabled overlay.
ShouldDrawHoveredOverlayGets whether the tile should display a hovered overlay.

Methods

NameDescription
DefaultDraw()Draws the processed tile element in its default appearance.
DrawBackground()Draws the tile background in its default appearance.
DrawBorder()Draws the tile border in its default appearance.
DrawCheckMark()Draws the tile check mark in its default appearance.
DrawContent()Draws tile content in its default appearance.
DrawDisabledOverlay()Draws the overlay for the disabled state in its default appearance.
DrawHoveredOverlay()Draws the overlay for the hovered state in its default appearance.
DrawHtml(HtmlTemplate, DxHtmlPainterContext, Action<DxHtmlPainterArgs>)Paints the specified HTML template inside the processed tile element. The context parameter allows you to assign an object that transfers mouse events to template elements.
DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>)Paints the specified HTML template inside the processed tile element.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TileCustomDrawEventArgs Class

DevExpress.XtraEditors Namespace