Pen.Name
- Last UpdatedDec 08, 2015
- 1 minute read
The Pen.Name property is a read-write string property that gets or sets the name of the currently selected pen.
Syntax
Pen.Name = string;
Result = Pen.Name;
Remarks
The default is blank.
The Pen.Name property is a read-write string property that gets or sets the name of the currently selected pen.
Pen.Name = string;
Result = Pen.Name;
The default is blank.