Gets or sets the pen style used to draw the line.
[Visual Basic]
Public Property LineStyle As LineStyle
[C#]
public LineStyle LineStyle {get; set;}
LineStyle enumeration. The default value is LineStyle.Solid. Possible values are:
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Line Class | Line Members | LineColor | LineWeight
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.