Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / LockFont Property


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