ImageListEntry

Wisej.Web.ImageListEntry

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents an entry in the ImageList component.

public class ImageListEntry : IDisposable

Constructors

Initializes a new instance of ImageListEntry.

Initializes a new instance of ImageListEntry and sets the value of the Image property to the provided image .

NameTypeDescription

image

Initial Image.

Initializes a new instance of ImageListEntry and sets the value of the Image property to the provided image and Name to the provided key .

NameTypeDescription

image

Initial Image.

key

The name to assigned to the image .

Initializes a new instance of ImageListEntry and sets the value of the ImageSource property to the provided source .

NameTypeDescription

source

Initial source for the ImageSource property.

Initializes a new instance of ImageListEntry and sets the value of the ImageSource property to the provided source and Name to the provided key .

NameTypeDescription

source

Initial source for the ImageSource property.

key

The name to assigned to the source image.

Properties

Single: Returns the horizontal resolution, in pixels per inch, of this Image.

Image: Returns or sets the image.

String: Returns or sets the source of the image, it can be a URL or a name of a themed image.

String: Returns or sets the name (key) of the image in the image list.

SizeF: Returns the width and height of this image.

PixelFormat: Returns the pixel format for this Image.

ImageFormat: Returns the file format of this Image.

Size: Returns the width and height, in pixels, of this image.

Image: Returns the Image made transparent according to the value of TransparentColor.

Single: Returns the vertical resolution, in pixels per inch, of this Image.

Methods

Resets the references to the images.

Last updated