[]
The element drawing an image.
public class ImageElement : BaseElement, IDisposable, ICloneable
| Name | Description |
|---|---|
| ImageElement() | Initializes a new instance of an ImageElement. |
| Name | Description |
|---|---|
| ColumnIndex | Gets or sets the index of a column within the compound image. |
| ColumnIndexSelector | Gets or sets a value indicating which property of a Tile object behaves as the source of a column index within the compound image. |
| ForeColor | Gets or sets the foreground color for symbols, numbers, and stars. |
| ForeColorSelector | Gets or sets a value indicating which property of a Tile object behaves as the source of foreground color for this element. |
| Image | Gets or sets the image to display in unbound mode. It may consist of several parts. Only one part of a compound image can be displayed at a time. |
| ImageColumns | Gets or sets the number of columns in the compound image. |
| ImageLayout | Gets or sets the type of image layout. |
| ImageRows | Gets or sets the number rows in the compound image. |
| ImageSelector | Gets or sets a value indicating which property of a Tile object behaves as the source of an image that will be drawn by this element. |
| RowIndex | Gets or sets the index of a row within the compound image. |
| RowIndexSelector | Gets or sets a value indicating which property of a Tile object behaves as the source of a row index within the compound image. |
| Symbol | Gets or sets a symbol to display in "UnboundSymbol" mode. |
| SymbolSize | Gets or sets a value specifing the size of a symbol. |
| Name | Description |
|---|---|
| CopySettingsFrom(BaseElement) | Copies settings from the given element. |
| CreateInstance() | Creates an instance of the ImageElement element copy. |
| Dispose(bool) | Clean up any resources being used. |
| ResetForeColor() | Resets the value of the ForeColor property. |