RepositoryItemPictureEdit.PictureInterpolationMode Property
In This Article
Gets or sets how an image is scaled.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(InterpolationMode.Default)]
[DXCategory("Appearance")]
public InterpolationMode PictureInterpolationMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Interpolation |
Default | A Interpolation |
#Remarks
The picture scale mode is specified by the RepositoryItemImageEdit.SizeMode property.
See Also