Skip to main content

ImageEditActualAppearance.CropAreaBorderColor Property

Gets the crop area border color that is applied to the ImageEdit. To specify this color, use the CropAreaBorderColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color CropAreaBorderColor { get; }

Property Value

Type Description
Color

The crop area border color.

See Also