WebPlanner Programmer's Guide

Pen.Width Property

See Also
 


Gets or sets the width of the pen.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public float Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Single

 Property Value

A float value indicating the width of the pen.

 See Also