Table of Contents

Class RPen

Namespace
TheArtOfDev.HtmlRenderer.Adapters
Assembly
StockSharp.Xaml.dll

Adapter for platform specific pen objects - used to draw graphics (lines, rectangles and paths)

public abstract class RPen
Inheritance
RPen
Inherited Members
Extension Methods

Constructors

RPen()

protected RPen()

Properties

DashStyle

Gets or sets the style used for dashed lines drawn with this Pen.

public abstract RDashStyle DashStyle { set; }

Property Value

RDashStyle

Width

Gets or sets the width of this Pen, in units of the Graphics object used for drawing.

public abstract double Width { get; set; }

Property Value

double