TdxMapDotShapeKind Enum
Enumerates dot shape types.
Declaration
TdxMapDotShapeKind = (
mcskCircle,
mcskRectangle
);
Members
Name | Description | Example |
---|---|---|
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