ImageSliderNavigationBarSettings.ImageSizeMode Property
In This Article
Gets or sets the value specifying how a thumbnail image fits into the navigation bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Image |
Fill |
One of the Image |
Available values:
Name | Description |
---|---|
Actual |
If an image is bigger than the image area the image is reduced to fit the area. If an image is smaller than the image area, its size is not changed. |
Fit |
An image is enlarged or reduced to fit the image area. |
Fill |
An image is enlarged or reduced to fill the image area. Prominent parts are cropped. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Image |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
#Remarks
Image | Value | Description |
---|---|---|
Actual |
If an image is bigger than the navigation bar, the image is reduced to fit the bar. If an image is smaller than the navigation bar, its size is not changed. | |
Fill |
An image is enlarged or reduced to fill the navigation bar. Prominent parts are cropped. | |
Fit |
An image is enlarged or reduced to fit the navigation bar. |
See Also