DiagramLite Programmer's Guide
Pen.Thickness Property
See Also
 





Gets or sets the width of the pen.

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

 Syntax

C#  Copy Code

public double Thickness { get; set; }

Visual Basic  Copy Code

Public Property Thickness As Double

 Property Value

A double value specifying the width of lines drawn with this pen. The default value is 1.

 See Also

Pen Members
Pen Class
MindFusion.Diagramming Namespace