CustomDrawBackgroundEventArgs.Graphics Property
In This Article
Returns an object that provides painting facilities.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Graphics Graphics { get; }
#Property Value
Type | Description |
---|---|
Graphics | A System. |
#Remarks
Important
If the Direct
If the font’s Unit property is not set to GraphicsUnit.Pixel, the font size of the text drawn by the Graphics.DrawString method is scaled based on the DPI settings.
See Also