ComponentOne BarCode for UWP
C1.BarCode Namespace / Code25intlvOptions Class / LineStrokeThickness Property

In This Topic
    LineStrokeThickness Property
    In This Topic
    The line width of bearer bar.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property LineStrokeThickness As System.Integer
    [System.ComponentModel.DefaultValue(1)]
    public System.int LineStrokeThickness {get; set;}
    See Also