Gets or sets the Brush that specifies how the item outline is painted. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush Stroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Stroke As Brush |
An instance of a Brush-derived class that specifies how the item outline is painted. The default is a Brushes.Black.
See Also