RequestTimescaleRulersEventArgs.Zoom Property
Gets the current zoom.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
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