ImageEditActualAppearance.CropAreaOffset Property
Gets the crop area offset that is applied to the ImageEdit. To specify this offset, use the CropAreaOffset property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int CropAreaOffset { get; }
Property Value
Type | Description |
---|---|
Int32 | The crop area offset. |
See Also