ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Barcode Class / BarHeight Property

In This Topic
    BarHeight Property
    In This Topic
    Gets or sets the height of the bars in inches.
    Syntax
    'Declaration
     
    Public Property BarHeight As Single
    public float BarHeight {get; set;}
    Remarks
    If the bar height exceeds the height of the control, this property is ignored.
    See Also