BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.WPF.BarCode Namespace / C1BarCode Class / BarHeight Property

In This Topic
    BarHeight Property (C1BarCode)
    In This Topic
    Set the height, in inches, of the barcode's bars. If the bar height exceeds the height of the control, this property is ignored.
    Syntax
    'Declaration
     
    Public Property BarHeight As Double
    public double BarHeight {get; set;}
    See Also