ImageGear PDF v25.2 - Updated
PolyMarkPointRadiusThreshold Property (ImGearAnnotationSettings)




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationSettings Class : PolyMarkPointRadiusThreshold Property
Gets or sets a value indicating a radius, in pixels, for the polyline auto-completion and auto-close.
Syntax
'Declaration
 
Public Property PolyMarkPointRadiusThreshold As Integer
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As Integer
 
instance.PolyMarkPointRadiusThreshold = value
 
value = instance.PolyMarkPointRadiusThreshold
public int PolyMarkPointRadiusThreshold {get; set;}
public: __property int get_PolyMarkPointRadiusThreshold();
public: __property void set_PolyMarkPointRadiusThreshold( 
   int value
);
public:
property int PolyMarkPointRadiusThreshold {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
Also see IsPolylineAutoCloseEnabled and IsPolyMarkAutoRollbackEnabled. The default value is 50.
See Also

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members

Is this page helpful?
Yes No
Thanks for your feedback.