Controls/Image: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Image | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/image | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Verify image loaders/codecs and HiDPI scaling on GTK. | props= <tr><td>Source</td><td>?</td><td></td><td>File/URI/Stream</td></tr> <tr><td>Aspect</td><td>?</td><td></td><td>Fill/Fit/Center</td></tr> <tr><td>IsAnimationPlaying</td><td>?</td><td></td><td>For animated formats</td></tr>..." |
(No difference)
|
Latest revision as of 16:01, 17 October 2025
Image
- Kind
- Control
- Microsoft Docs
- Image documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Verify image loaders/codecs and HiDPI scaling on GTK.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Source | ? | File/URI/Stream | |
| Aspect | ? | Fill/Fit/Center | |
| IsAnimationPlaying | ? | For animated formats | |
| Background | ? |