GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Label Class : VerticalAlignment Property |
'Declaration Public Property VerticalAlignment As VerticalTextAlignment
public VerticalTextAlignment VerticalAlignment {get; set;}
Current vertical alignment of the label's text. Default is VerticalTextAlignment.Top. Possible values are:
private void detail_Format(object sender, System.EventArgs eArgs) { this.label1.VerticalAlignment = VerticalTextAlignment.Top; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Label1.VerticalAlignment = VerticalTextAlignment.Top End Sub
Label Class
Label Members
ActiveReports6~GrapeCity.ActiveReports.Label~Alignment