TileItemFrame Properties
Implements the functionality of tile frames.| Name | Description |
|---|---|
| AnimateBackgroundImage | Gets or sets if the current frame’s background should be animated when the frame is displayed. |
| AnimateImage | Gets or sets if the current frame’s glyphs should be animated when the frame is displayed. |
| AnimateText | Gets or sets if the current frame’s text content should be animated when the frame is displayed. |
| Animation | Gets or sets the animation effect used to display the current TileItemFrame. |
| Appearance | Provides access to appearance settings for this TileItemFrame. |
| BackgroundImage | Gets or sets the current TileItemFrame‘s background image. |
| Elements | Provides access to a collection of TileItemElements used by the current TileItemFrame. |
| Image | Gets or sets the current tile item frame’s icon. |
| Interval | Gets or sets a period of time that will elapse before the current TileItemFrame is changed to the next one. |
| Tag | Gets 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