DiagramLite Programmer's Guide
Pen Class
Remarks See Also
 





Pen instances are used to draw the outline of geometric shapes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public class Pen : DependencyObject

Visual Basic  Copy Code

Public Class Pen
    Inherits DependencyObject

 Remarks

This class and properties that are its instances are used for compatibility with MindFusion.Diagramming APIs for other platforms. In Silverlight you should use the Stroke, StrokeThickness and related properties defined in DiagramItem.

 Inheritance Hierarchy

System.Object
    System.Windows.DependencyObject
        MindFusion.Diagramming.Pen

 See Also

Pen Members
MindFusion.Diagramming Namespace