Gets or sets a Brush used to fill the interior of shape control points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush ControlPointBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ControlPointBrush As Brush |
An instance of a Brush -derived class. The default is solid-color yellow brush.
See Also