Skip to main content

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.v23.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.AllowZoomOnMouseWheel setting is enabled, an end-user 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