Back to Devexpress

TdxMapDotShapeKind Enum

vcl-dxmapitem-166d718c.md

latest679 B
Original Source

TdxMapDotShapeKind Enum

Enumerates dot shape types.

Declaration

delphi
TdxMapDotShapeKind = (
    mcskCircle,
    mcskRectangle
);

Members

NameDescriptionExample
mcskCircle

A map dot is displayed as a circle.

|

| | mcskRectangle |

A map dot is displayed as a square.

|

|

Remarks

The TdxMapDot.ShapeKind property references the TdxMapDotShapeKind type.

See Also

dxMapItem Unit