ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / BarHeight Property

In This Topic
    BarHeight Property
    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 System.Double
    public System.double BarHeight {get; set;}
    See Also