ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / DrawItemEventArgs Class / Font Property

In This Topic
    Font Property (DrawItemEventArgs)
    In This Topic
    Gets the font assigned to the item being drawn.
    Syntax
    'Declaration
     
    Public ReadOnly Property Font As System.Drawing.Font
    public System.Drawing.Font Font {get;}
    See Also