windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-dot-underscore-members.md
Provides the base class for creating and using tile item elements.
| Name | Description |
|---|---|
| TileItemElement() | Initializes a new instance of the TileItemElement class with default settings. |
| 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. |
| Name | Description |
|---|---|
| Assign(TileItemElement) | Copies the content and content settings of the specific TileItemElement to the current one. |
| AssignWithoutDefault(TileItemElement, Boolean, Boolean) | Copies the specific content and content settings of the target TileItemElement to the current one. |
| Clone() | Returns a copy of this element. |
| 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. |
| GetRow() | |
| 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. |
| StartGifAnimation() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| StopGifAnimation() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ToString() | Returns the text content of the current TileItemElement. |
See Also