GoDiagram Web Reference
PickMargin Property (GoStroke)

Gets the approximate width of the region across the stroke, in addition to the pen width, that is still considered "inside" the stroke when picking.
Syntax
'Declaration
 
<DescriptionAttribute("About how close users need to be to the stroke to pick it")>
<CategoryAttribute("Behavior")>
Public Overridable ReadOnly Property PickMargin As Single
[DescriptionAttribute("About how close users need to be to the stroke to pick it")]
[CategoryAttribute("Behavior")]
public virtual float PickMargin {get;}

Property Value

This value defaults to 3, and should be non-negative.
Remarks
This allows users to pick thin links more easily. You can override this property in order to have it return a different value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoStroke Class
GoStroke Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback