ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / MeasureItemEventArgs Class / Graphics Property

In This Topic
    Graphics Property (MeasureItemEventArgs)
    In This Topic
    Gets the Graphics object to measure against
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As System.Drawing.Graphics
    public System.Drawing.Graphics Graphics {get;}
    See Also