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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.