menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageEditorShapes - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageEditorShapes

    Represents to visible the different type of shapes items in shape sub items such as rectangle, circle, arrow ,line, dotted, double arrow, dotted arrow, dotted double arrow.

    Inheritance
    System.Object
    ImageEditorShapes
    Namespace: Syncfusion.SfImageEditor.XForms
    Assembly: Syncfusion.SfImageEditor.XForms.dll
    Syntax
    public sealed class ImageEditorShapes : Enum

    Fields

    Arrow

    Represents to visible the arrow shape flagged enum on shape toolbar sub item

    Declaration
    public const ImageEditorShapes Arrow
    Field Value
    Type
    ImageEditorShapes

    Circle

    Represents to visible the circle shape flagged enum on shape toolbar sub item

    Declaration
    public const ImageEditorShapes Circle
    Field Value
    Type
    ImageEditorShapes

    Dotted

    Represents to visible the dotted line shape flagged enum on shape toolbar sub item

    Declaration
    public const ImageEditorShapes Dotted
    Field Value
    Type
    ImageEditorShapes

    DottedArrow

    Represents to visible the dotted arrow shape flagged enum on shape toolbar sub item

    Declaration
    public const ImageEditorShapes DottedArrow
    Field Value
    Type
    ImageEditorShapes

    DottedDoubleArrow

    Represents to visible the dotted with double arrow shape flagged enum on shape toolbar sub item

    Declaration
    public const ImageEditorShapes DottedDoubleArrow
    Field Value
    Type
    ImageEditorShapes

    DoubleArrow

    Represents to visible the double arrow shape flagged enum on shape toolbar sub item

    Declaration
    public const ImageEditorShapes DoubleArrow
    Field Value
    Type
    ImageEditorShapes

    Line

    Represents to visible the line shape flagged enum on shape toolbar sub item

    Declaration
    public const ImageEditorShapes Line
    Field Value
    Type
    ImageEditorShapes

    Rectangle

    Represents to visible the rectangle shape flagged enum on shape toolbar sub item.

    Declaration
    public const ImageEditorShapes Rectangle
    Field Value
    Type
    ImageEditorShapes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved