TileItemElement Properties
Provides the base class for creating and using tile item elements.| Name | Description |
|---|---|
| ActualImage | Returns the actual image from the TileItemElement object |
| AnchorAlignment | Gets or sets the side of the anchor element at which this TileItemElement should appear. |
| AnchorElement | Gets or sets an AnchorElement, relative to which this TileItemElement is aligned. |
| AnchorElementIndex | Gets or sets the index of an AnchorElement within the same TileItem.Elements collection as the TargetElement. |
| AnchorIndent | Gets or sets the distance between this TargetElement and the AnchorElement to which it is anchored. |
| AnchorOffset | Gets or sets the anchor offset for this TileItemElement. |
| AnimateTransition | Gets or sets whether the current TileItemElement should be animated during the Tile Animation. |
| Appearance | Provides access to appearance settings used to paint the current TileItemElement‘s |
| Collection | Gets a tile element collection to which the current TileItemElement belongs. |
| ColumnIndex | Gets or sets the index of the column in the layout table where the current tile element should be placed. |
| Height | Gets or sets this TileItemElement‘s height. |
| Image | Gets or sets a glyph for the current TileItemElement. |
| ImageAlignment | Gets or sets the glyph position for the current TileItemElement. |
| ImageBorder | Gets or sets whether this TileItemElement should draw a border around its image. |
| ImageBorderColor | Gets or sets the color of a border drawn around this TileItemElement‘s image. |
| ImageIndex | Gets or sets an index of the image used as the current TileItemElement‘s glyph. |
| ImageLocation | Gets or sets the TileItemElement‘s graphic content’s position. |
| ImageOptions | Provides access to properties that allow you to set up raster and vector images for this TileItemElement. |
| 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 glyph is stretched within the current TileItemElement. |
| ImageSize | Gets or sets the image size for this TileItemElement. |
| ImageToTextAlignment | Gets or sets an TileItemElement‘s text position relative to the element’s icon. |
| ImageToTextIndent | Gets or sets the distance between a tile item element’s glyph and text when grouped. |
| 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). |
| MaxWidth | Gets or sets the maximum width this TileItemElement‘s text can occupy. |
| RowIndex | Gets or sets the index of the row in the layout table where the current tile element should be placed. |
| StretchHorizontal | Gets or sets whether this TileItemElement should be stretched across the entire tile. |
| StretchVertical | Gets or sets whether this TileItemElement should be vertically stretched across the entire tile. |
| Text | Gets or sets a text content for the current TileItemElement. |
| TextAlignment | Gets or sets the alignment of the TileItemElement‘s text content. |
| TextLocation | Gets or sets the TileItemElement‘s text content’s position. |
| UseImageInTransition | Gets or sets whether the current TileItemElement‘s image should be animated during the Tile Animation. |
| UseTextInTransition | Gets or sets whether the current TileItemElement‘s caption should be animated during the Tile Animation. |
| Width | Gets or sets this TileItemElement‘s width. |
| ZIndex | Gets or sets the Z-order of the current element. |
See Also