Skip to main content

DiagramControl.SetSelectedImagesStretchMode(StretchMode) Method

Sets the specified stretch mode for selected image items.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void SetSelectedImagesStretchMode(
    StretchMode mode
)

Parameters

Name Type Description
mode StretchMode

A StretchMode enumeration value.

See Also