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.ZoomAccelerationFactor Property

Gets or sets the factor that adjusts the default zoom speed via the mouse wheel. This property is obsolete. Use the RepositoryItemPictureEdit.ZoomAcceleration property instead.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public double ZoomAccelerationFactor { get; set; }

#Property Value

Type Description
Double

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 using the mouse wheel. The ZoomAccelerationFactor 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

The ZoomAccelerationFactor property is obsolete. We recommend you use the RepositoryItemPictureEdit.ZoomAcceleration property instead. However, if the ZoomAccelerationFactor property does not equal its default value, the RepositoryItemPictureEdit.ZoomAcceleration property is not in effect.

See Also