TileItem Properties
Provides the functionality of tile items.| Name | Description |
|---|---|
| AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. |
| AccessibleName | Gets or sets the object’s name used by accessibility client applications. |
| AccessibleRole | Gets or sets the object’s accessible role. |
| AllowAnimation | Gets or sets whether the Tile Animation is enabled for this TileItem. |
| AllowGlyphSkinning | Gets or sets whether glyphs for this TileItem should be painted using the item’s foreground color. |
| AllowHtmlText | Gets or sets if HTML text formatting is enabled for the current TileItem. |
| AllowSelectAnimation | Gets or sets whether a “press” animation effect on a click is allowed for the TileItem. |
| Appearance | Provides access to appearance settings applied to the tile item when it is in a normal state. This property is obsolete. Use the TileItem.AppearanceItem property instead. |
| AppearanceHover | Provides access to appearance settings applied to the tile item when it is hovered over. This property is obsolete. Use the TileItem.AppearanceItem property instead. |
| AppearanceItem | Provides access to appearance settings used to paint the current TileItem. |
| AppearanceSelected | Provides access to appearance settings applied to the tile item when it is selected. This property is obsolete. Use the TileItem.AppearanceItem property instead. |
| BackgroundImage | Gets or sets the current TileItem‘s background image. |
| BackgroundImageAlignment | Gets or sets the current TileItem‘s background image position. |
| BackgroundImageScaleMode | Gets or sets the appearance TileItem‘s background image. |
| BorderVisibility | Gets or sets whether the current TileItem‘s border is visible. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Checked | Gets or sets if the current TileItem is checked. |
| Command |
Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
|
| CommandParameter |
Gets or sets the parameter that is passed to the command specified by the Command property.
|
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| ContentAnimation | Gets or sets the animation effect used to display all TileItemFrames within the current TileItem. |
| Control | Gets a tile control to which the current TileItem belongs. |
| CurrentFrame | Gets a TileItemFrame that is currently displayed within a TileItem. |
| CurrentFrameIndex | Gets or sets the currently displayed TileItemFrame‘s index. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Elements | Provides access to a collection of TileItemElements used by the current TileItem. |
| Enabled | Gets or sets whether the item is enabled. |
| EnableItemDoubleClickEvent | Gets or sets whether the TileItem.ItemDoubleClick event for this TileItem is raised. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| FrameAnimationInterval | Gets or sets a period of time that elapses before one TileItemFrame is changed to another. |
| Frames | Gets a collection of frames used by the current TileItem. |
| Group | Gets a TileGroup that owns the current TileItem. |
| Id | Get or sets the current TileItem‘s ID. |
| Image | Gets or sets the current tile item’s icon. |
| ImageAlignment | Gets or sets the current TileItem‘s icon position. |
| ImageIndex | Gets or sets the index of the image within the TileControl.Images collection that should serve as the TileItem‘s glyph. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this TileItem. |
| Images | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ImageScaleMode | Gets or sets the way a TileItem‘s glyph is stretched within the item. |
| ImageToTextAlignment |
Gets or sets a tile item’s TileItem.Text‘ position relative to the item’s icon. This property is obsolete. Use the TileItemElement.ImageToTextAlignment instead. |
| ImageToTextIndent | Gets or sets the distance between the tile item’s glyph and text when grouped. This property is now obsolete. Use the TileItemElement.ImageToTextIndent property instead. |
| IsLarge | Obsolete. Obsolete. Please use the TileItem.ItemSize property instead. |
| ItemInfo | Gets the info associated with this TileItem. |
| ItemSize | Gets or sets the size of the TileItem. |
| Name | Gets or sets the current TileItem‘s name. |
| OptionsTableLayout | Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. |
| Padding | Gets or sets the padding for the current TileItem. |
| RowCount | Gets or sets the number of rows that occupy the current large or wide TileItem. |
| Site | Gets or sets the site associated with the current TileItem. |
| SuperTip | Gets or sets a SuperToolTip for the current tile item. |
| Tag | Gets or sets the data associated with a TileItem object. |
| Text | Gets or sets the first text block’s content within the current TileItem. |
| Text2 |
Gets or sets the second text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. |
| Text2Alignment |
Gets or sets the second text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| Text3 |
Gets or sets the third text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. |
| Text3Alignment |
Gets or sets the third text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| Text4 |
Gets or sets the fourth text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead. |
| Text4Alignment |
Gets or sets the fourth text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| TextAlignment |
Gets or sets the first text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead. |
| TextShowMode | Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed. |
| Visible | Gets or sets whether the item is visible. |