DiagramControl.SetSelectedImagesStretchMode(StretchMode) Method
In This Article
Sets the specified stretch mode for selected image items.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public void SetSelectedImagesStretchMode(
StretchMode mode
)
#Parameters
Name | Type | Description |
---|---|---|
mode | Stretch |
A Stretch |
See Also