Skip to main content

ImageEditorAttribute.ImageSizeMode Property

Specifies how images must be resized in WinForms Image Property Editor.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ImageSizeMode ImageSizeMode { get; set; }

Property Value

Type Description
ImageSizeMode

An ImageSizeMode enumeration value that specifies how images represented by the target Image property must be resized in WinForms ImagePropertyEditor. The default value is specified by the ImageSizeMode property of the Application Model‘s BOModel | <Class> | OwnMembers | <Member> node, that represents the target Image property.

See Also