Back to Devexpress

RepositoryItemPictureEdit.ZoomingOperationMode Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-6929a120.md

latest2.4 KB
Original Source

RepositoryItemPictureEdit.ZoomingOperationMode Property

Gets or sets whether the CTRL modifier key should be pressed to zoom pictures with the mouse wheel.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ZoomingOperationMode.Default)]
[DXCategory("Behavior")]
public ZoomingOperationMode ZoomingOperationMode { get; set; }
vb
<DefaultValue(ZoomingOperationMode.Default)>
<DXCategory("Behavior")>
Public Property ZoomingOperationMode As ZoomingOperationMode

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.Repository.ZoomingOperationModeDefault

A ZoomingOperationMode enumeration value that specifies how zooming can be performed using the mouse wheel.

|

Remarks

The ZoomingOperationMode property allows you to specify how an end-user can zoom the picture displayed in the PictureEdit control using the mouse wheel. The ZoomingOperationMode enumeration provides the following values:

ValueDescription
ControlMouseWheel and DefaultThe CTRL modifier key should be pressed to zoom using the mouse wheel.
MouseWheelZooming can be performed using the mouse wheel with no modifier keys pressed.

See Also

AllowZoom

ZoomPercent

ZoomAcceleration

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace