Controls/GraphicsView

From Wiki Maui Linux NET
Revision as of 16:00, 17 October 2025 by Ten (talk | contribs) (Created page with "{{ElementSpec | title=GraphicsView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/graphicsview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Immediate-mode drawing via Microsoft.Maui.Graphics; backend selection matters on Linux. | props= <tr><td>Drawable</td><td>?</td><td></td><td>IDrawable implementation</td></tr> <tr><td>Invalidate</td><td>?</td><td></td><td>Method to refresh</td></tr> <tr><td>Background</t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


GraphicsView

Kind
Control
Microsoft Docs
GraphicsView documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
No
Notes
Immediate-mode drawing via Microsoft.Maui.Graphics; backend selection matters on Linux.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes
Drawable?IDrawable implementation
Invalidate?Method to refresh
Background?Fill brush