Skip to main content
A newer version of this page is available. .

DiagramControl.SetSelectedImagesStretchMode(StretchMode) Method

Sets the specified stretch mode for selected image items.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public void SetSelectedImagesStretchMode(
    StretchMode mode
)

Parameters

Name Type Description
mode StretchMode

A StretchMode enumeration value.

See Also