Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TextTipAppearance Property


In This Topic
    TextTipAppearance Property (FpSpread)
    In This Topic
    Gets or sets the appearance of text tips in the view.
    Syntax
    'Declaration
     
    
    Public Property TextTipAppearance As TipAppearance
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As TipAppearance
     
    instance.TextTipAppearance = value
     
    value = instance.TextTipAppearance
    public TipAppearance TextTipAppearance {get; set;}
    See Also