PictureBox

Wisej.Web.PictureBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represents an image control.

public class PictureBox : Control, ISupportInitialize

Constructors

PictureBox()

Initializes a new instance of the PictureBox class.

Properties

BorderStyle

BorderStyle: Indicates the border style for the control.

Filter

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

Image

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

ImageSource

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

SizeMode

PictureBoxSizeMode: Indicates how the image is displayed.

Methods

Load(url)

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

ParameterTypeDescription

url

The path for the image to display in the PictureBox.

LoadAsync(url)

Loads the image at the specified location, asynchronously.

ParameterTypeDescription

url

The path for the image to display in the PictureBox.

Events

LoadCompleted

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

SizeModeChanged

EventHandler Fired when SizeMode changes.

Implements

NameDescription

Bindable components implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated