[]
Represents line and arrowhead formatting.
public interface ILineFormat
Public Interface ILineFormat
Name | Description |
---|---|
BackColor | Gets the ColorFormat object that represents the specified fill background color. |
BeginArrowheadLength | Gets or sets the length of the arrowhead at the beginning of the specified line. |
BeginArrowheadStyle | Gets or sets the style of the arrowhead at the beginning of the specified line. |
BeginArrowheadWidth | Gets or sets the width of the arrowhead at the beginning of the specified line. |
DashStyle | Gets or sets the dash style for the specified line. |
EndArrowheadLength | Gets or sets the length of the arrowhead at the end of the specified line. |
EndArrowheadStyle | Gets or sets the style of the arrowhead at the end of the specified line. |
EndArrowheadWidth | Gets or sets the width of the arrowhead at the end of the specified line. |
ForeColor | Gets the ColorFormat object that represents the specified fill foreground color. |
InsetPen | Gets or sets a value indicating whether lines are drawn inside the specified shape's boundaries. |
Pattern | Gets or sets the PatternType value that represents the fill pattern. |
Style | Gets or sets the GrapeCity.Drawing.LineStyle value that represents the style of the line. |
Transparency | Gets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
Visible | Gets or sets a value indicating whether this ILineFormat is visible. |
Weight | Gets or sets the double value that represents the weight of the line. |