Wisej.Web.PictureBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents an image control.
Initializes a new instance of the class.
: Indicates the border style for the control.
: Returns or sets the filter () to apply to the picture.
: Returns or sets the image that is displayed by .
: Returns or sets the theme name or URL for the image to display in the .
: Indicates how the image is displayed.
Sets the to the specified URL and displays the image indicated.
Loads the image at the specified location, asynchronously.
Fired when the asynchronous image-load operation is completed.
Fired when changes.
url
The path for the image to display in the PictureBox.
url
The path for the image to display in the PictureBox.
Bindable components implement this interface.
Provides access to common image properties across the controls that 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.
Public Class PictureBox
Inherits Control
Implements ISupportInitialize, IImagepublic class PictureBox : Control, ISupportInitialize, IImage