PictureBox
Wisej.Web.PictureBox
Last updated
Wisej.Web.PictureBox
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents an image control.
Initializes a new instance of the PictureBox class.
BorderStyle: Indicates the border style for the control. (Default: None
)
String: Returns or sets the filter (filter) to apply to the picture. (Default: null
)
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. (Default: Normal
)
Sets the ImageSource to the specified URL and displays the image indicated.
Parameter | Type | Description |
---|---|---|
url | The path for the image to display in the PictureBox. |
Loads the image at the specified location, asynchronously.
Parameter | Type | Description |
---|---|---|
url | The path for the image to display in the PictureBox. |
EventHandler Fired when the asynchronous image-load operation is completed.
EventHandler Fired when SizeMode changes.
Name | Description |
---|---|
Bindable components implement this interface. | |
Controls that support drag & drop operations 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. |