RepositoryItemPictureEdit.ZoomingOperationMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ZoomingOperationMode.Default)]
[DXCategory("Behavior")]
public ZoomingOperationMode ZoomingOperationMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A Zooming |
#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:
Value | Description |
---|---|
Control |
The CTRL modifier key should be pressed to zoom using the mouse wheel. |
Mouse |
Zooming can be performed using the mouse wheel with no modifier keys pressed. |
See Also