menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeType - API Reference

    Show / Hide Table of Contents

    Class ShapeType

    Types of ShapeType

    Inheritance
    System.Object
    ShapeType
    Namespace: Syncfusion.SfImageEditor.Android
    Assembly: Syncfusion.SfImageEditor.Android.dll
    Syntax
    public sealed class ShapeType : Enum

    Fields

    Arrow

    Represents the arrow connected with line. The shape as arrow at line end.

    Declaration
    public const ShapeType Arrow
    Field Value
    Type Description
    ShapeType

    Circle

    Represents the rounded shape, which is defined in a two-dimensional curved shape without corner/edges.

    Declaration
    public const ShapeType Circle
    Field Value
    Type Description
    ShapeType

    Dotted

    Represents the dotted line of shape,in a two-dimensional plane, it is defined line of dots by two points.

    Declaration
    public const ShapeType Dotted
    Field Value
    Type Description
    ShapeType

    DottedArrow

    Represents the dotted arrow shape. It is specified line of dots and having arrow at line end.

    Declaration
    public const ShapeType DottedArrow
    Field Value
    Type Description
    ShapeType

    DottedDoubleArrow

    Represents the dots with double arrow shape. It is specified line of dots and having arrow at both line end.

    Declaration
    public const ShapeType DottedDoubleArrow
    Field Value
    Type Description
    ShapeType

    DoubleArrow

    Represents the double arrow as shape type.

    Declaration
    public const ShapeType DoubleArrow
    Field Value
    Type Description
    ShapeType

    Line

    Represents the line, which is defined in a two-dimensional plane by two points.

    Declaration
    public const ShapeType Line
    Field Value
    Type Description
    ShapeType

    None

    Represents None

    Declaration
    public const ShapeType None
    Field Value
    Type Description
    ShapeType

    Path

    Represents Path

    Declaration
    public const ShapeType Path
    Field Value
    Type Description
    ShapeType

    Rectangle

    Represents the rectangle. The shape two sides are paralled.

    Declaration
    public const ShapeType Rectangle
    Field Value
    Type Description
    ShapeType

    Text

    Represents Text

    Declaration
    public const ShapeType Text
    Field Value
    Type Description
    ShapeType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved