Write applications once in XAML and C# and deploy them to any target platform.
- What is Uno Platform?
- How does Uno Platform work?
- Supported target platforms
- Supported .NET versions by platform
The WinUI application API which Uno Platform uses is extensively documented by Microsoft. We've selected some articles from Microsoft which will jump-start your Uno Platform development.
Here are some articles which cover the basics of cross-platform Uno development:
- The structure of an Uno Platform codebase
- Platform-specific code: C# and XAML
- Best practices for developing Uno Platform applications
These articles cover general WinUI features, discussing what's supported and which platform-specific constraints exist.
- Accessibility
- Assets in shared code
- Custom fonts
- Shapes & Brushes
- Handling user input
- Using WinUI 2 controls
Uno Platform provides support for a large number of WinUI controls, panels, and visual primitives - see a complete list in the Reference documentation. The 'WinUI controls' section in the Table of Contents on the left covers platform-specific constraints and extensions for selected controls.
Uno Platform supports a number of non-visual APIs from Windows Runtime namespaces on non-Windows platforms, like clipboard management and sensor access. Browse the complete list under 'WinRT features' on the left, and check individual entries for platform-specific information.
- VisibleBoundsPadding - manage 'safe' area on notched devices
- ElevatedView - apply a shadow effect on all platforms
- Uno.Material - Material Design on all platforms
- Enable and configure logging
- Configure build telemetry
- Add native views to the visual tree
- Enable native control styles (Android and iOS)