Gets or sets the shape type to be printed.
[Visual Basic]
Public Property Style As ShapeType
[C#]
public ShapeType Style {get; set;}
A ShapeType enumeration value that determines the shape to be printed.
[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 |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.