TdxMapDot.ShapeKind Property
In This Article
Specifies the map dot’s shape.
#Declaration
Delphi
property ShapeKind: TdxMapDotShapeKind read; write; default mcskCircle;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
mcsk |
Enumerates dot shape types. |
#Remarks
Refer to the TdxMapDotShapeKind type description for information on available options.
See Also