ResizeType
Enum
Specifies the type of the resize operation.
Definition
Namespace:Telerik.Maui.Controls.ImageEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ResizeType
Fields
The resize operation uses a relative size in percents.
C#
Percents = 0
The resize operation uses an absolute size in pixels.
C#
Pixels = 1