DroidDiagram Programmer's Guide
AnchorPoint.setMarkStyle Method
See Also
 






Sets a value indicating what mark is drawn at the position of this anchor point.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setMarkStyle (
    MarkStyle value
)

 Parameters

value

A member of the MarkStyle enumeration. The default is MarkStyle.X.

 Remarks

Specifies how anchor points are marked visually on the display. Custom code can be used to draw the marks by setting the property value to Custom and handling the drawAnchorPoint event.

 See Also

AnchorPoint Members
AnchorPoint Class
com.mindfusion.diagramming Namespace