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