Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ShouldDrawFontEventArgs Class / DrawUsingDefaultFont Property

In This Topic
    DrawUsingDefaultFont Property (ShouldDrawFontEventArgs)
    In This Topic
    Gets or sets whether the font name should always be drawn using the default font.
    Syntax
    'Declaration
     
    
    Public Property DrawUsingDefaultFont As Boolean
    public bool DrawUsingDefaultFont {get; set;}
    See Also