Skip to main content
A newer version of this page is available. .

TdxMapDotShapeKind Enum

Enumerates dot shape types.

Declaration

TdxMapDotShapeKind = (
    mcskCircle,
    mcskRectangle
);

Members

Name Description Example
mcskCircle

A map dot is displayed as a circle.

Circular Dot

mcskRectangle

A map dot is displayed as a square.

Square Dot

Remarks

The TdxMapDot.ShapeKind property references the TdxMapDotShapeKind type.

See Also