Gets or sets the pen width in pixels used to draw the shape.
[Visual Basic]
Public Property LineWeight As Single
[C#]
public float LineWeight {get; set;}
Float value that represents the current pen width in pixels. Default is 1.0f.
[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 |
Shape Class | Shape Members | LineColor | LineStyle
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.