ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / AnnotatorSettings Class / IsPolyMarkAutoRollbackEnabled Property




In This Topic
    IsPolyMarkAutoRollbackEnabled Property (AnnotatorSettings)
    In This Topic
    Gets or sets a value indicating whether the Curve, Polyline, Polygon or Polyruler's auto correction is enabled.
    Syntax
    'Declaration
     
    Public Property IsPolyMarkAutoRollbackEnabled As Boolean
    'Usage
     
    Dim instance As AnnotatorSettings
    Dim value As Boolean
     
    instance.IsPolyMarkAutoRollbackEnabled = value
     
    value = instance.IsPolyMarkAutoRollbackEnabled
    public bool IsPolyMarkAutoRollbackEnabled {get; set;}
    public: __property bool get_IsPolyMarkAutoRollbackEnabled();
    public: __property void set_IsPolyMarkAutoRollbackEnabled( 
       bool value
    );
    public:
    property bool IsPolyMarkAutoRollbackEnabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    Used when the Curve, Polyline, Polygon, Polyruler or Freelhand line mark is created. If true, then the user has an ability to erase segments of poly mark by dragging mouse over recently drawn segments (for Freehand line) or by clicking on the point that starts the segment chain to be deleted. In this case the PolyMarkPointRadiusThreshold property should define a max distance, in pixels, between the current mouse position and one of the previously added points, to consider that user wants to remove a chain of segments. The default value is false.
    See Also