Skip to main content
All docs
V25.2
  • Arc
    Can
    Pie
    Sun

    ShapeType.GeometryType Property

    Returns the shape geometry type.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ShapeGeometryType GeometryType { get; }

    Property Value

    Type Description
    ShapeGeometryType

    The shape geometry type.

    Available values:

    Name Description
    None

    The shape geometry is not specified.

    Preset

    The shape has a preset geometry.

    Custom

    The shape has a custom geometry.

    See Also