Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / BarAdjust Property


In This Topic
    BarAdjust Property
    In This Topic
    Gets or sets the width of the adjust bar for fine tuning the placement.
    Syntax
    'Declaration
     
    
    Public Property BarAdjust As BarAdjust
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As BarAdjust
     
    instance.BarAdjust = value
     
    value = instance.BarAdjust
    public BarAdjust BarAdjust {get; set;}
    See Also