Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / SelectionFont Property


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