LineFormat Class
Represents an outline style that can be applied to a number of different objects such as shapes and text. The line allows for the specifying of many different types of outlines including even line dashes and bevels.
- Inheritance:
- System.ObjectLineFormat
Properties
BeginArrow
Gets or sets the decorations added to the head of a line.
Property Value
The decorations added to the head of a line.
Remarks
This property is applicable only on shape paths that are not closed.
CapType
Gets or sets the ending caps that should be used for this line. This also affects the ends of line segments for dashed lines.
Default value is Square.
Property Value
The ending caps that should be used for this line.
CompoundType
Gets or sets the compound line type to be used for the underline stroke.
Default value is Single.
This member is currently not supported in PDF, XPS, and image formats.
public LineCompoundType CompoundType { get; set; }
Public Property CompoundType As LineCompoundType
Property Value
The compound line type to be used for the underline stroke.
DashType
Gets or sets the dashing scheme that should be used for this line.
Default value is Solid (no dashes).
Property Value
The dashing scheme that should be used for this line.
EndArrow
Gets or sets the decorations added to the tail of a line.
Property Value
The decorations added to the tail of a line.
Remarks
This property is applicable only on shape paths that are not closed.
Fill
Gets or sets the fill of the outline.
Fill types Gradient, Pattern and Picture are currently not supported in PDF, XPS, and image formats.
Property Value
The fill of the outline.
JoinType
Gets or sets the line join type that indicates how connected lines are joined.
Default value is Round.
Property Value
The line join type that indicates how connected lines are joined.
Width
Gets or sets the width to be used for the underline stroke.
Default value is 0.
Property Value
The width to be used for the underline stroke.