Skip to main content

DiagramCommandsBase.ZoomCommands Property

Provides access to zoom commands.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v24.2.Core.dll

Declaration

public static IEnumerable<DiagramCommandBase> ZoomCommands { get; }

Property Value

Type Description
IEnumerable<DevExpress.Diagram.Core.DiagramCommandBase>

An object implementing the IEnumerable interface.

See Also