Canvas : Panel

Implemented for: all platforms supported by Uno Platform

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 all platforms supported by Uno Platform
DependencyProperty TopProperty all platforms supported by Uno Platform
DependencyProperty ZIndexProperty all platforms supported by Uno Platform

Implemented methods

Method Supported on
double GetLeft(UIElement) all platforms supported by Uno Platform
void SetLeft(UIElement, double) all platforms supported by Uno Platform
double GetTop(UIElement) all platforms supported by Uno Platform
void SetTop(UIElement, double) all platforms supported by Uno Platform
int GetZIndex(UIElement) all platforms supported by Uno Platform
void SetZIndex(UIElement, int) all platforms supported by Uno Platform

Last updated Friday, 26 April 2024 18:42.