Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AttachedLabel Class / fShowBubbleSizes Property


In This Topic
    fShowBubbleSizes Property (AttachedLabel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fShowBubbleSizes As Byte
    'Usage
     
    
    Dim instance As AttachedLabel
    Dim value As Byte
     
    instance.fShowBubbleSizes = value
     
    value = instance.fShowBubbleSizes
    public byte fShowBubbleSizes {get; set;}
    See Also