Xamarin.Android

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

    Show / Hide Table of Contents

    Class ShapeType

    Specifies type of the Shape.

    Inheritance
    System.Object
    ShapeType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class ShapeType : Enum

    Fields

    Arc

    Specifies arc shape.

    Declaration
    public const ShapeType Arc
    Field Value
    Type Description
    ShapeType

    Bezier

    Specifies bezier shape.

    Declaration
    public const ShapeType Bezier
    Field Value
    Type Description
    ShapeType

    Ellipse

    Specifies ellipse shape.

    Declaration
    public const ShapeType Ellipse
    Field Value
    Type Description
    ShapeType

    Image

    Specifies image shape.

    Declaration
    public const ShapeType Image
    Field Value
    Type Description
    ShapeType

    Line

    Specifies line shape.

    Declaration
    public const ShapeType Line
    Field Value
    Type Description
    ShapeType

    Path

    Specifies path shape.

    Declaration
    public const ShapeType Path
    Field Value
    Type Description
    ShapeType

    Pie

    Specifies pie shape.

    Declaration
    public const ShapeType Pie
    Field Value
    Type Description
    ShapeType

    Polygon

    Specifies polygon shape.

    Declaration
    public const ShapeType Polygon
    Field Value
    Type Description
    ShapeType

    Rectangle

    Specifies rectangle shape.

    Declaration
    public const ShapeType Rectangle
    Field Value
    Type Description
    ShapeType

    Text

    Specifies text shape.

    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