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