Canvas : Panel
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of Canvas that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how Canvas works, you can run your own tests on the Uno Playground.
Implemented properties
| Property | Supported on |
|---|---|
| DependencyProperty LeftProperty | WASM, Skia, Mobile |
| DependencyProperty TopProperty | WASM, Skia, Mobile |
| DependencyProperty ZIndexProperty | WASM, Skia, Mobile |
Implemented methods
| Method | Supported on |
|---|---|
| double GetLeft(UIElement) | WASM, Skia, Mobile |
| void SetLeft(UIElement, double) | WASM, Skia, Mobile |
| double GetTop(UIElement) | WASM, Skia, Mobile |
| void SetTop(UIElement, double) | WASM, Skia, Mobile |
| int GetZIndex(UIElement) | WASM, Skia, Mobile |
| void SetZIndex(UIElement, int) | WASM, Skia, Mobile |
Below are all properties, methods, and events of Canvas that are not currently implemented in Uno.
Not implemented properties
| Property | Not supported on |
|---|---|
| DependencyProperty LeftProperty | MacOS |
| DependencyProperty TopProperty | MacOS |
| DependencyProperty ZIndexProperty | MacOS |
| bool HasUnwrappableNativeObject | all platforms supported by Uno Platform |
| IObjectReference NativeObject | all platforms supported by Uno Platform |
Not implemented methods
| Method | Not supported on |
|---|---|
| I As() | all platforms supported by Uno Platform |
| double GetLeft(UIElement) | MacOS |
| void SetLeft(UIElement, double) | MacOS |
| double GetTop(UIElement) | MacOS |
| void SetTop(UIElement, double) | MacOS |
| int GetZIndex(UIElement) | MacOS |
| void SetZIndex(UIElement, int) | MacOS |
| Canvas FromAbi(nint) | all platforms supported by Uno Platform |
| bool Equals(Canvas) | all platforms supported by Uno Platform |
| bool Equals(object) | all platforms supported by Uno Platform |
| int GetHashCode() | all platforms supported by Uno Platform |
| bool IsOverridableInterface(Guid) | all platforms supported by Uno Platform |
Last updated Thursday, 27 August 2026 18:27.