Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemPictureEdit.ZoomAcceleration Property

Gets or sets the factor that adjusts the default zoom speed via the mouse wheel.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(1)]
[DXCategory("Behavior")]
public double ZoomAcceleration { get; set; }

#Property Value

Type Default Description
Double 1

A Double value that specifies the factor that adjusts the default zoom speed via the mouse wheel. The default is 1.

#Remarks

If the RepositoryItemPictureEdit.AllowZoom setting is enabled, users can zoom the displayed picture with the mouse wheel. The ZoomAcceleration property allows you to adjust the default zoom speed via the mouse wheel. By default, this property is set to 1. Increment/decrement the property value to increase/decrease the zoom speed.

Note

If the RepositoryItemPictureEdit.ZoomAccelerationFactor property does not equal its default value, the ZoomAcceleration property is not in effect.

See Also