TileItemFrame Members
Implements the functionality of tile frames.Constructors
| Name | Description |
|---|---|
| TileItemFrame() | Initializes a new instance of the TileItemFrame class with the default settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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