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

RequestTimescaleRulersEventArgs.Zoom Property

Gets the current zoom.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v19.2.dll

Declaration

public TimeSpan Zoom { get; }

Property Value

Type Description
TimeSpan

A time span that occupies 1 pixel in the timescale.

Remarks

The Zoom property returns a System.TimeSpan value that occupies a single pixel rendered on screen.

The image below illustrates the GanttControl with the Zoom property set to 1 minute. This means that each hour in the time scale occupies 60 pixels (1 px for each minute) and each 30 minute span occupies 30 pixels.

See Also