TdxMapDotShapeKind Enum
In This Article
Enumerates dot shape types.
#Declaration
Delphi
TdxMapDotShapeKind = (
mcskCircle,
mcskRectangle
);
#Members
Name | Description | Example |
---|---|---|
mcsk
|
A map dot is displayed as a circle. |
|
mcsk
|
A map dot is displayed as a square. |
#Remarks
The TdxMapDot.ShapeKind property references the TdxMapDotShapeKind type.
See Also