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


In This Topic
    AdjustSize Property
    In This Topic
    Gets or sets whether the barcode adjusts its size according to the BarSize property.
    Syntax
    'Declaration
     
    
    Public Property AdjustSize As Boolean
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Boolean
     
    instance.AdjustSize = value
     
    value = instance.AdjustSize
    public bool AdjustSize {get; set;}

    Property Value

    true if true the barcode adjusts its size; false otherwise
    See Also