Visual Basic (Declaration) | |
---|---|
Public Property LineStyle As LineStyle |
C# | |
---|---|
public LineStyle LineStyle {get; set;} |
Property Value
Current LineStyle value. Default is LineStyle.Solid.C# | Copy Code |
---|---|
private void detail_Format(object sender, System.EventArgs eArgs) { this.shape1.LineStyle = LineStyle.Solid; } |
Visual Basic | Copy Code |
---|---|
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Shape1.LineStyle = LineStyle.Solid End Sub |
Reference
Shape ClassShape Members
ActiveReports6~GrapeCity.ActiveReports.Shape~LineColor
ActiveReports6~GrapeCity.ActiveReports.Shape~LineWeight