Gets or sets the hit test buffer for this
AnnEditDesigner.
public virtual int ControlPointsHitTestBuffer {get; set;}
'Declaration
Public Overridable Property ControlPointsHitTestBuffer As Integer
'Usage
Dim instance As AnnEditDesigner
Dim value As Integer
instance.ControlPointsHitTestBuffer = value
value = instance.ControlPointsHitTestBuffer
public:
virtual property int ControlPointsHitTestBuffer {
int get();
void set ( int value);
}
Property Value
The hit test buffer, in pixels, for this
AnnEditDesigner.