Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / BarCodePadding Property


In This Topic
    BarCodePadding Property
    In This Topic
    Gets or sets the left and right padding of the barcode.
    Syntax
    'Declaration
     
    
    Public Property BarCodePadding As Quiet
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Quiet
     
    instance.BarCodePadding = value
     
    value = instance.BarCodePadding
    public Quiet BarCodePadding {get; set;}
    See Also