Back to Devexpress

GanttView.ZoomOut(Nullable<Point>) Method

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-dot-zoomout-x28-system-dot-nullable-system-dot-windows-dot-point-x29.md

latest2.0 KB
Original Source

GanttView.ZoomOut(Nullable<Point>) Method

Zooms out the Gantt area.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public void ZoomOut(
    Point? point = null
)
vb
Public Sub ZoomOut(
    point As Point? = Nothing
)

Optional Parameters

NameTypeDefaultDescription
pointNullable<Point>null

A Point object that specifies a new zoom location.

|

Remarks

Use the ZoomIn(Nullable<Point>) and the ZoomOut methods to zoom the Gantt area in and out. These methods change the Zoom property value respecting the available zoom range, specified by the ZoomRange property.

The zooming is performed related to the central point of the Gantt area, if the ZoomOut method parameter is not specified.

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace