70002621 I wish I could change the color of the point cross showing the current point on the point dialog

Article 70002621
Type Wish
Product Engine
Version 1102
Date Added 1/20/2025 12:00:00 AM
Fixed 11.3.5.0 (1/20/2025 12:00:00 AM)
Submitted by Ikenna Aniobodo

Summary

I wish I could change the color of the point cross showing the current point on the point dialog

Solution

In version 11.3.5we added a new static property to the points dialog to control the color of the cross that is shown when iterating through the points.
Default value is Color.Empty which means that the cross will be drawn with a mixed visible Foreground. If you set any other color it will be drawn with that color.

Can be used as following in c# code

VectorDraw.Professional.Dialogs.frmEditPointsDialog.PointCrossColor = Color.Yellow;

Send comments on this topic.