Skip to main content

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.v23.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.AllowZoomOnMouseWheel setting is enabled, an end-user can zoom the displayed picture using 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