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