Gets or sets the default value for the Stroke property of shape nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Pen ShapePen { get; set; } |
Visual Basic
![]() |
---|
Public Property ShapePen As Pen |
An instance of the Pen class.
The property provides a default value for the stroke, with which a shape node's frame is painted. The Stroke property of new shape nodes is initialized with a clone of ShapePen, but after the node creation the properties are independent - changing one of them does not change the other.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |