Gets or sets the width of the pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public double Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Double |
A float value indicating the width of the pen.
See Also