Skip to main content

DiagramControl.SetSelectedImagesScale(Double) Method

Sets the specified zoom factor for selected image items.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public void SetSelectedImagesScale(
    double scale
)

Parameters

Name Type Description
scale Double

A System.Double value that is the zoom factor to apply to selected image items.

See Also