ASP.NET Pack Programmer's Guide
AnchorPoint.MarkStyle Property
See Also
 





Gets or sets the appearance of the anchor point mark.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public MarkStyle MarkStyle { get; set; }

Visual Basic  Copy Code

Public Property MarkStyle As MarkStyle

 Property 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 MarkStyle.Custom and handling the DrawAnchorPoint event.

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming Namespace
Color Property