Back to Devexpress

TileItemFrame Properties

windowsforms-devexpress-dot-xtraeditors-dot-tileitemframe-dot-underscore-properties.md

latest4.3 KB
Original Source

TileItemFrame Properties

Implements the functionality of tile frames.

NameDescription
AnimateBackgroundImageGets or sets if the current frame’s background should be animated when the frame is displayed.
AnimateImageGets or sets if the current frame’s glyphs should be animated when the frame is displayed.
AnimateTextGets or sets if the current frame’s text content should be animated when the frame is displayed.
AnimationGets or sets the animation effect used to display the current TileItemFrame.
AppearanceProvides access to appearance settings for this TileItemFrame.
BackgroundImageGets or sets the current TileItemFrame‘s background image.
ElementsProvides access to a collection of TileItemElements used by the current TileItemFrame.
ImageGets or sets the current tile item frame’s icon.
IntervalGets or sets a period of time that will elapse before the current TileItemFrame is changed to the next one.
TagGets or sets the data associated with a TileItemFrame object.
Text

Gets or sets the first text block’s content within the current TileItemFrame. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text2 |

Gets or sets the second text block’s content within the current TileItemFrame. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text3 |

Gets or sets the third block’s content within the current TileItemFrame. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text4 |

Gets or sets the fourth text block’s content within the current TileItemFrame. This property is now obsolete. Use the TileItemElement.Text instead.

| | UseBackgroundImage | Gets or sets if the current TileItemFrame should display its own TileItemFrame.BackgroundImage. | | UseImage | Gets or sets if the current TileItemFrame should display its own glyphs. | | UseText | Gets or sets if the current TileItemFrame should display its own text content. |

See Also

TileItemFrame Class

TileItemFrame Members

DevExpress.XtraEditors Namespace