Skip to main content
A newer version of this page is available. .

MagnifierDialogArgs.InitialZoomFactor Property

Gets or sets the Magnifier start-up zoom level. End-users can scroll in and out by using a mouse scroll wheel.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public float InitialZoomFactor { get; set; }

Property Value

Type Description
Single

A Single value that specifies the Magnifier start-up zoom level.

See Also