Back to Devexpress

RepositoryItemPictureEdit.ZoomAccelerationFactor Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-d7c1ccbf.md

latest2.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public double ZoomAccelerationFactor { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ZoomAccelerationFactor As Double

Property Value

TypeDescription
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

AllowZoom

ZoomPercent

ZoomAcceleration

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace