Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ImageEditorAttribute Constructors

Applied to business class properties of the byte array type. Specifies that the target property persists an image. Attribute parameters specify settings to be used by Image Property Editors when displaying images persisted by the target property.
Name Parameters Description
ImageEditorAttribute() none Initializes a new instance of the ImageEditorAttribute class.
ImageEditorAttribute(ImageEditorMode, ImageEditorMode, Int32) listViewImageEditorMode, detailViewImageEditorMode, listViewImageEditorCustomHeight Initializes a new instance of the ImageEditorAttribute class with the specified parameters.
ImageEditorAttribute(ImageEditorMode, ImageEditorMode) listViewImageEditorMode, detailViewImageEditorMode Initializes a new instance of the ImageEditorAttribute class with the specified parameters.
See Also