Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / BubbleSize Property


In This Topic
    BubbleSize Property (Pattern)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BubbleSize As Single
    'Usage
     
    
    Dim instance As Pattern
    Dim value As Single
     
    instance.BubbleSize = value
     
    value = instance.BubbleSize
    public float BubbleSize {get; set;}
    See Also