DiagramLite Programmer's Guide
AnchorPoint.Brush Property
See Also
 





Gets or sets the brush of the anchor point mark.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

An instance of the System.Windows.Media.Brush class.

 Remarks

The anchor mark shape specified by MarkStyle is painted with this brush.

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming Namespace