Class RPen
Adapter for platform specific pen objects - used to draw graphics (lines, rectangles and paths)
Inheritance
System.Object
RPen
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TheArtOfDev.HtmlRenderer.Adapters
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public abstract class RPen
Constructors
RPen()
Declaration
protected RPen()
Properties
DashStyle
Gets or sets the style used for dashed lines drawn with this Pen.
Declaration
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.
Declaration
public abstract double Width { get; set; }
Property Value
System.Double
|