Gets or sets a Brush used to fill the interior of shape control points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |