Represents an input control with the ability to select images from the filesystem or a predefined list.
The following tables list the members exposed by the ImagePicker type.
Name | Description | |
---|---|---|
Initializes a new instance of the ImagePicker class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether empty input is considered valid. (Inherited from Picker.) |
||
Gets or sets a value indicating the display mode of the dropdown button. (Inherited from Picker.) |
||
Gets or sets a value indicating the display mode of the clear button. (Inherited from Picker.) |
||
Gets or sets a value indicating whether a wrapper div element should be created for the control. (Inherited from Picker.) |
||
Gets or sets the height of the dropdown. (Inherited from Picker.) |
||
Gets or sets the offset of the dropdown. (Inherited from Picker.) |
||
Gets or sets the width of the dropdown. (Inherited from Picker.) |
||
Gets or sets the index of the selected image. |
||
Gets or sets the list of images to choose from. |
||
Gets or sets the string to display when the input is invalid. (Inherited from Picker.) |
||
Gets or sets the size of the dropdown items. |
||
Gets or sets the validation state of the control. (Inherited from Picker.) |
Name | Description | |
---|---|---|
Control.attach override. |
||
Picker.detach override. |
||
Control.dispose override. (Inherited from Picker.) |
||
Control.draw override. |
||
Loads the images from the specified list of image url-s. |
||
Validates keyboard input. (Inherited from Picker.) |
Name | Description | |
---|---|---|
Raised when the dropdown is closed. (Inherited from Picker.) |
||
Raised when the dropdown is shown. (Inherited from Picker.) |
||
Raised when the control validation state is changed. (Inherited from Picker.) |
||
Raised when the dropdown is closed. (Inherited from Picker.) |
||
Raised when the control value is changing. (Inherited from Picker.) |