PictureBox

Wisej.Web.PictureBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Represents an image control.

public class PictureBox : Control, ISupportInitialize, IImage

Constructors

Initializes a new instance of the PictureBox class.

Properties

BorderStyle: Indicates the border style for the control.

String: Returns or sets the filter (filter) to apply to the picture.

Image: Returns or sets the image that is displayed by PictureBox.

String: Returns or sets the theme name or URL for the image to display in the PictureBox.

PictureBoxSizeMode: Indicates how the image is displayed.

Methods

Sets the ImageSource to the specified URL and displays the image indicated.

Loads the image at the specified location, asynchronously.

Events

EventHandler Fired when the asynchronous image-load operation is completed.

EventHandler Fired when SizeMode changes.

Implements

Last updated