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

In This Topic
    BarHeight Property (Barcode)
    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