Back to Devexpress

TileItemElement Members

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-dot-underscore-members.md

latest11.6 KB
Original Source

TileItemElement Members

Provides the base class for creating and using tile item elements.

Constructors

NameDescription
TileItemElement()Initializes a new instance of the TileItemElement class with default settings.

Properties

NameDescription
ActualImageReturns the actual image from the TileItemElement object
AnchorAlignmentGets or sets the side of the anchor element at which this TileItemElement should appear.
AnchorElementGets or sets an AnchorElement, relative to which this TileItemElement is aligned.
AnchorElementIndexGets or sets the index of an AnchorElement within the same TileItem.Elements collection as the TargetElement.
AnchorIndentGets or sets the distance between this TargetElement and the AnchorElement to which it is anchored.
AnchorOffsetGets or sets the anchor offset for this TileItemElement.
AnimateTransitionGets or sets whether the current TileItemElement should be animated during the Tile Animation.
AppearanceProvides access to appearance settings used to paint the current TileItemElement‘s
CollectionGets a tile element collection to which the current TileItemElement belongs.
ColumnIndexGets or sets the index of the column in the layout table where the current tile element should be placed.
HeightGets or sets this TileItemElement‘s height.
ImageGets or sets a glyph for the current TileItemElement.
ImageAlignmentGets or sets the glyph position for the current TileItemElement.
ImageBorderGets or sets whether this TileItemElement should draw a border around its image.
ImageBorderColorGets or sets the color of a border drawn around this TileItemElement‘s image.
ImageIndexGets or sets an index of the image used as the current TileItemElement‘s glyph.
ImageLocationGets or sets the TileItemElement‘s graphic content’s position.
ImageOptionsProvides access to properties that allow you to set up raster and vector images for this TileItemElement.
ImagesThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ImageScaleModeGets or sets the way a glyph is stretched within the current TileItemElement.
ImageSizeGets or sets the image size for this TileItemElement.
ImageToTextAlignmentGets or sets an TileItemElement‘s text position relative to the element’s icon.
ImageToTextIndentGets 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. |

Methods

NameDescription
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

TileItemElement Class

DevExpress.XtraEditors Namespace