TdxMapPath.SegmentType Property
In This Article
Specifies the type of the path’s segments.
#Declaration
Delphi
property SegmentType: TdxMapSegmentType read; write; default mstPolygon;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
mst |
Enumerates map segment types. |
#Remarks
Refer to the TdxMapSegmentType type description for information on available options.
See Also