All pages
Powered by GitBook
1 of 1

Loading...

PictureBox

Wisej.Web.PictureBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

  • Control

    • PictureBox

Represents an image control.

Constructors

PictureBox()

Initializes a new instance of the class.

Properties

BorderStyle

: Indicates the border style for the control.

Filter

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

Image

: Returns or sets the image that is displayed by .

ImageSource

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

SizeMode

: Indicates how the image is displayed.

Methods

Load(url)

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

Parameter
Type
Description

LoadAsync(url)

Loads the image at the specified location, asynchronously.

Parameter
Type
Description

Events

LoadCompleted

Fired when the asynchronous image-load operation is completed.

SizeModeChanged

Fired when changes.

Implements

Name
Description

url

String

The path for the image to display in the PictureBox.

url

String

The path for the image to display in the PictureBox.

IBindableComponent

Bindable components implement this interface.

IImage

Provides access to common image properties across the controls that implement this interface.

IWisejComponent

All wisej components implement this interface.

IWisejControl

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

IWisejSerializable

Allows an object to serialize itself.

Public Class PictureBox
    Inherits Control
    Implements ISupportInitialize, IImage
PictureBox
BorderStyle
String
filter
Image
PictureBox
String
PictureBox
PictureBoxSizeMode
ImageSource
EventHandler
EventHandler
SizeMode
public class PictureBox : Control, ISupportInitialize, IImage