Search
Pen.Width Property
See Also
 






Gets or sets the width of this pen.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public double Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Double

 Property Value

A double value.

 See Also