Back to Devexpress

DiagramControl.SetSelectedImagesScale(Double) Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-setselectedimagesscale-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

DiagramControl.SetSelectedImagesScale(Double) Method

Sets the specified zoom factor for selected image items.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public void SetSelectedImagesScale(
    double scale
)
vb
Public Sub SetSelectedImagesScale(
    scale As Double
)

Parameters

NameTypeDescription
scaleDouble

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

|

See Also

SetSelectedImagesStretchMode(StretchMode)

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace