Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / SelectionFont Property


In This Topic
    SelectionFont Property (Appearance)
    In This Topic
    Gets or sets the font for a selected object.
    Syntax
    'Declaration
     
    
    Public Property SelectionFont As Font
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Font
     
    instance.SelectionFont = value
     
    value = instance.SelectionFont
    public Font SelectionFont {get; set;}
    See Also