Skip to main content

TileViewItem Properties

A tile within a TileView.
Name Description
AccessibleDescription Gets or sets the object’s description used by accessibility client applications. Inherited from TileItem.
AccessibleName Gets or sets the object’s name used by accessibility client applications. Inherited from TileItem.
AccessibleRole Gets or sets the object’s accessible role. Inherited from TileItem.
AllowAnimation Gets or sets whether the Tile Animation is enabled for this TileItem. Inherited from TileItem.
AllowGlyphSkinning Gets or sets whether glyphs for this TileItem should be painted using the item’s foreground color. Inherited from TileItem.
AllowHtmlText Gets or sets if HTML text formatting is enabled for the current TileItem. Inherited from TileItem.
AllowSelectAnimation Gets or sets whether a “press” animation effect on a click is allowed for the TileItem. Inherited from 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. Inherited from TileItem.
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. Inherited from TileItem.
AppearanceItem Provides access to this TileViewItem‘s appearance settings.
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. Inherited from TileItem.
BackgroundImage Gets or sets the current TileItem‘s background image. Inherited from TileItem.
BackgroundImageAlignment Gets or sets the current TileItem‘s background image position. Inherited from TileItem.
BackgroundImageScaleMode Gets or sets the appearance TileItem‘s background image. Inherited from TileItem.
BorderVisibility Gets or sets whether the current TileItem‘s border is visible. Inherited from TileItem.
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. Inherited from TileItem.
Command Gets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked. Inherited from TileItem.
CommandParameter Gets or sets the parameter that is passed to the command specified by the Command property. Inherited from TileItem.
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. Inherited from TileItem.
Control Gets a tile control to which the current TileItem belongs. Inherited from TileItem.
CurrentFrame Gets a TileItemFrame that is currently displayed within a TileItem. Inherited from TileItem.
CurrentFrameIndex Gets or sets the currently displayed TileItemFrame‘s index. Inherited from TileItem.
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. Inherited from TileItem.
Enabled Gets or sets whether the item is enabled. Inherited from TileItem.
EnableItemDoubleClickEvent Gets or sets whether the TileItem.ItemDoubleClick event for this TileItem is raised. Inherited from TileItem.
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. Inherited from TileItem.
Frames Gets a collection of frames used by the current TileItem. Inherited from TileItem.
Group Gets a TileGroup that owns the current TileItem. Inherited from TileItem.
Id Get or sets the current TileItem‘s ID. Inherited from TileItem.
Image Gets or sets the current tile item’s icon. Inherited from TileItem.
ImageAlignment Gets or sets the current TileItem‘s icon position. Inherited from TileItem.
ImageIndex Gets or sets the index of the image within the TileControl.Images collection that should serve as the TileItem‘s glyph. Inherited from TileItem.
ImageInfo Gets or sets the object that stores image loading info for this TileViewItem.
ImageOptions Provides access to properties that allow you to set up raster and vector images for this TileItem. Inherited from TileItem.
Images This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItem.
ImageScaleMode Gets or sets the way a TileItem‘s glyph is stretched within the item. Inherited from TileItem.
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.

Inherited from TileItem.
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. Inherited from TileItem.
IsLarge Obsolete. Obsolete. Please use the TileItem.ItemSize property instead. Inherited from TileItem.
Item[String] Returns an element bound to the specified field in the data source.
ItemInfo Gets the info associated with this TileItem. Inherited from TileItem.
ItemSize This property is not supported by the TileViewItem class.
Name Gets or sets the current TileItem‘s name. Inherited from TileItem.
OptionsTableLayout Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. Inherited from TileItem.
Padding Gets or sets the padding for the current TileItem. Inherited from TileItem.
RowCount Gets or sets the number of rows that occupy the current large or wide TileItem. Inherited from TileItem.
RowHandle Returns the row handle for this TileViewItem.
Site Gets or sets the site associated with the current TileItem. Inherited from TileItem.
SuperTip Gets or sets a SuperToolTip for the current tile item. Inherited from TileItem.
Tag Gets or sets the data associated with a TileItem object. Inherited from TileItem.
Text Gets or sets the first text block’s content within the current TileItem. Inherited from 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.

Inherited from TileItem.
Text2Alignment

Gets or sets the second text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

Inherited from TileItem.
Text3

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

Inherited from TileItem.
Text3Alignment

Gets or sets the third text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

Inherited from TileItem.
Text4

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

Inherited from TileItem.
Text4Alignment

Gets or sets the fourth text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

Inherited from TileItem.
TextAlignment

Gets or sets the first text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

Inherited from TileItem.
TextShowMode Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed. Inherited from TileItem.
View Gets a TileView that owns this TileViewItem.
Visible Gets or sets whether the item is visible. Inherited from TileItem.
See Also