Class ResizeType
Specifies the type of the resize operation.
Inheritance
System.Object
ResizeType
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ResizeType : Enum
Fields
Percents
The resize operation uses a relative size in percents.
Declaration
public const ResizeType Percents
Field Value
ResizeType
|
Pixels
The resize operation uses an absolute size in pixels.
Declaration
public const ResizeType Pixels
Field Value
ResizeType
|
value__
Declaration
public int value__
Field Value
System.Int32
|