C1.WPF.Word.4 Assembly > C1.WPF.Word Namespace : Pen Class |
The following tables list the members exposed by Pen.
Name | Description | |
---|---|---|
![]() | Pen Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Color | Gets or sets the pen color. |
![]() | DashOffset | Gets or sets the distance within the dash pattern where a dash begins. The default value is 0. |
![]() | DashPattern | Gets or sets the custom dash pattern of lines drawn with this pen. |
![]() | DashStyle | Gets or sets the style of dashed lines drawn with this pen. |
![]() | LineJoin | Gets or sets the style used to join lines drawn with this pen. |
![]() | StartCap | Gets or sets the cap style used to draw line ends with this pen. |
![]() | Width | Gets or sets the pen width. |
![]() | Implicitly converts a Color to a Pen. |