Search
HandlesVisualStyle.ControlPointBrush Property
See Also
 





Gets or sets a Brush used to fill the interior of shape control points.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush ControlPointBrush { get; set; }

Visual Basic  Copy Code

Public Property ControlPointBrush As Brush

 Property Value

An instance of a Brush -derived class. The default is solid-color yellow brush.

 See Also