TileViewItemElement Properties
A content block within a TileViewItem.| Name | Description |
|---|---|
| ActualImage | Returns the actual image from the TileItemElement object Inherited from TileItemElement. |
| AnchorAlignment | Gets or sets the side of the anchor element at which this TileItemElement should appear. Inherited from TileItemElement. |
| AnchorElement | Gets or sets an AnchorElement, relative to which this TileItemElement is aligned. Inherited from TileItemElement. |
| AnchorElementIndex | Gets or sets the index of an AnchorElement within the same TileItem.Elements collection as the TargetElement. Inherited from TileItemElement. |
| AnchorIndent | Gets or sets the distance between this TargetElement and the AnchorElement to which it is anchored. Inherited from TileItemElement. |
| AnchorOffset | Gets or sets the anchor offset for this TileItemElement. Inherited from TileItemElement. |
| AnimateTransition | For internal use. |
| Appearance | Provides access to appearance settings used to paint the current TileItemElement‘s Inherited from TileItemElement. |
| Collection | Gets a tile element collection to which the current TileItemElement belongs. Inherited from TileItemElement. |
| Column | Gets or sets a grid column to which this TileViewItemElement is bound. |
| ColumnIndex | Gets or sets the index of the column in the layout table where the current tile element should be placed. Inherited from TileItemElement. |
| Editor | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| Height | Gets or sets this TileItemElement‘s height. Inherited from TileItemElement. |
| Image | Gets or sets a glyph for the current TileItemElement. Inherited from TileItemElement. |
| ImageAlignment | Gets or sets the glyph position for the current TileItemElement. Inherited from TileItemElement. |
| ImageBorder | Gets or sets whether this TileItemElement should draw a border around its image. Inherited from TileItemElement. |
| ImageBorderColor | Gets or sets the color of a border drawn around this TileItemElement‘s image. Inherited from TileItemElement. |
| ImageIndex | Gets or sets an index of the image used as the current TileItemElement‘s glyph. Inherited from TileItemElement. |
| ImageLocation | Gets or sets the TileItemElement‘s graphic content’s position. Inherited from TileItemElement. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this TileItemElement. Inherited from TileItemElement. |
| Images | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItemElement. |
| ImageScaleMode | Gets or sets the way a glyph is stretched within the current TileItemElement. Inherited from TileItemElement. |
| ImageSize | Gets or sets the image size for this TileItemElement. Inherited from TileItemElement. |
| ImageToTextAlignment | Gets or sets an TileItemElement‘s text position relative to the element’s icon. Inherited from TileItemElement. |
| ImageToTextIndent | Gets or sets the distance between a tile item element’s glyph and text when grouped. Inherited from TileItemElement. |
| ImageUri |
Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current element. A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). Inherited from TileItemElement. |
| ImageVisible | Gets or sets whether the element’s image is visible. |
| MaxLineCount | Gets or sets the maximum number of displayed text lines (for text elements). |
| MaxWidth | Gets or sets the maximum width this TileItemElement‘s text can occupy. Inherited from TileItemElement. |
| Name | Gets or sets the element’s name. |
| RowIndex | Gets or sets the index of the row in the layout table where the current tile element should be placed. Inherited from TileItemElement. |
| StretchHorizontal | Gets or sets whether this TileItemElement should be stretched across the entire tile. Inherited from TileItemElement. |
| StretchVertical | Gets or sets whether this TileItemElement should be vertically stretched across the entire tile. Inherited from TileItemElement. |
| Text | Gets or sets a text content for the current TileItemElement. Inherited from TileItemElement. |
| TextAlignment | Gets or sets the alignment of the TileItemElement‘s text content. Inherited from TileItemElement. |
| TextLocation | Gets or sets the TileItemElement‘s text content’s position. Inherited from TileItemElement. |
| TextVisible | Gets or sets whether the element’s text is visible. |
| UseImageInTransition | For internal use. |
| UseTextInTransition | For internal use. |
| Width | Gets or sets this TileItemElement‘s width. Inherited from TileItemElement. |
| ZIndex | Gets or sets the Z-order of the current element. Inherited from TileItemElement. |
See Also