ImageSizeMode Enum
Contains values that specify image size modes for images displayed by Image Property Editors.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
Normal
|
The Image Property Editor displays the Static |
Stretch
|
The Static |
Auto
|
The Image Property Editor’s control is sized to the size of the Static |
Center
|
The Static |
Zoom
|
The Static |
#Related API Members
The following properties accept/return ImageSizeMode values:
#Remarks
These enumeration values are used to set the ImageEditorAttribute.ImageSizeMode property.
You can specify the appropriate value in the Model Editor.
If you intend to customize an SVG image with SvgImageHeight and SvgImageWidth properties, choose the AutoSize, CenterImage, or Normal value.