IModelCommonMemberViewItem.ImageSizeMode Property
Specifies how the current Property Editor must resize images.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
[DefaultValue(ImageSizeMode.Zoom)]
[ModelBrowsable(typeof(ImagePropertyEditorCalculator))]
ImageSizeMode ImageSizeMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ImageSizeMode | Zoom | An ImageSizeMode enumeration value specifying how the current Property Editor must resize images. |
Remarks
Use this property to customize image type properties. For more information, refer to the following topic: ImageEditorAttribute.
See Also