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 |
Not implemented methods
Method | Not supported on |
---|---|
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 |
Last updated Monday, 14 April 2025 02:07.