Version

Pen Class Members

The following tables list the members exposed by Pen.

Public Constructors
 NameDescription
Public ConstructorPen ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCapGets or sets the line cap style.  
Public PropertyColorGets or sets the color of the pen.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyJoinGets or sets the line join style.  
Public PropertyMiterLimitGets or sets the line miter limit.  
Public PropertyStyleGets or sets the DashStyle of the pen.  
Public PropertyWidthGets or sets the width of the pen.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares this pen object to the specified one.  
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase)
See Also