Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xamarin-android/SfImageEditor/shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can annotate any shapes over an image using the [`AddShape`](https://help.sy
* DottedArrow
* DottedDoubleArrow

### Selecting a shape type
## Selecting a shape type

The [`ShapeType`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html) is an enum property with values of [`Rectangle`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Rectangle), [`Circle`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Circle), [`Arrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Arrow), [`Path`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Path), [`Line`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Line), [`Dotted`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Dotted), [`DoubleArrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_DoubleArrow), [`DottedArrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_DottedArrow),and [`DottedDoubleArrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_DottedDoubleArrow). You can give the desired shape type as an argument to the [`AddShape`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.SfImageEditor.html#Syncfusion_SfImageEditor_Android_SfImageEditor_AddShape_Syncfusion_SfImageEditor_Android_ShapeType_Syncfusion_SfImageEditor_Android_PenSettings_) method.

Expand Down Expand Up @@ -51,7 +51,7 @@ By default, the toolbar contains the [`Rectangle`](https://help.syncfusion.com/c

You can customize the appearance of each shape using the [`PenSettings`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.PenSettings.html) property:

## PenSettings
### PenSettings

The [`PenSettings`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.PenSettings.html) property consists of the following properties:

Expand Down