'Declaration Public Property LineWeight As Single
public float LineWeight {get; set;}
private void detail_Format(object sender, System.EventArgs eArgs) { this.shape1.LineWeight = 2.0f; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Shape1.LineWeight = 2.0F End Sub
Shape Class Shape Members