Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FontSelector Class / RenderListWithFont Property


In This Topic
    RenderListWithFont Property
    In This Topic
    Gets or sets whether to render the font list items with their respective font.
    Syntax
    'Declaration
     
    
    Public Overridable Property RenderListWithFont As Boolean
    'Usage
     
    
    Dim instance As FontSelector
    Dim value As Boolean
     
    instance.RenderListWithFont = value
     
    value = instance.RenderListWithFont
    public virtual bool RenderListWithFont {get; set;}
    See Also