Back to Devexpress

RepositoryItemPictureEdit.ZoomAcceleration Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-4f58f673.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1)]
[DXCategory("Behavior")]
public double ZoomAcceleration { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(1)>
Public Property ZoomAcceleration As Double

Property Value

TypeDefaultDescription
Double1

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

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace