Skip to main content
All docs
V26.1
  • Arc
    Can
    Pie
    Sun

    ShapeType.GeometryType Property

    Returns the shape geometry type.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    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