ImageEdit.Commands Property
In This Article
Gets the collection of ImageEdit
commands.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public ImageEditCommands Commands { get; }
#Property Value
Type | Description |
---|---|
Image |
An object that specifies a set of |
See Also