Table of Contents

TUIPen Class

A pen used to draw into a canvas.

Syntax

Namespace: FlexCel.Core

public abstract class TUIPen: IDisposable

Methods

Operators

Name Description
Implicit Conversion Creates a UIPen from a given System.​Drawing.​Pen. Important: When you do an implicit conversion, the TUIPen will take ownership of the pen, and the original System.Drawing.Pen will be disposed when you dispose this class.

Properties

Name Description
Color Gets or sets the color of the pen.
Width Gets or sets the width of the pen.
DashStyle Gets or sets the style of the pen.
LineCap Gets or sets the line cap of the pen.
LineJoin Gets or sets the line join for the pen.
MiterLimit Gets or sets the miter limit for the pen.
HeadArrow Defines a start arrow for the lines.
TailArrow Defines a start arrow for the lines.
Zoom100 Zoom used in the page. This is used to calculate the minimum arrow size.