Back to Devexpress

TileItemFrame Members

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

latest6.6 KB
Original Source

TileItemFrame Members

Implements the functionality of tile frames.

Constructors

NameDescription
TileItemFrame()Initializes a new instance of the TileItemFrame class with the default settings.

Properties

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. |

Methods

NameDescription
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

TileItemFrame Class

DevExpress.XtraEditors Namespace