RelativePanel : Panel
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of RelativePanel
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 RelativePanel
works, you can use the Uno Gallery or run your own tests on the Uno Playground.
Implemented properties
Property | Supported on |
---|---|
Thickness Padding | all platforms supported by Uno Platform |
CornerRadius CornerRadius | all platforms supported by Uno Platform |
Thickness BorderThickness | all platforms supported by Uno Platform |
Brush BorderBrush | all platforms supported by Uno Platform |
BackgroundSizing BackgroundSizing | all platforms supported by Uno Platform |
DependencyProperty AboveProperty | all platforms supported by Uno Platform |
DependencyProperty AlignBottomWithPanelProperty | all platforms supported by Uno Platform |
DependencyProperty AlignBottomWithProperty | all platforms supported by Uno Platform |
DependencyProperty AlignHorizontalCenterWithPanelProperty | all platforms supported by Uno Platform |
DependencyProperty AlignHorizontalCenterWithProperty | all platforms supported by Uno Platform |
DependencyProperty AlignLeftWithPanelProperty | all platforms supported by Uno Platform |
DependencyProperty AlignLeftWithProperty | all platforms supported by Uno Platform |
DependencyProperty AlignRightWithPanelProperty | all platforms supported by Uno Platform |
DependencyProperty AlignRightWithProperty | all platforms supported by Uno Platform |
DependencyProperty AlignTopWithPanelProperty | all platforms supported by Uno Platform |
DependencyProperty AlignTopWithProperty | all platforms supported by Uno Platform |
DependencyProperty AlignVerticalCenterWithPanelProperty | all platforms supported by Uno Platform |
DependencyProperty AlignVerticalCenterWithProperty | all platforms supported by Uno Platform |
DependencyProperty BackgroundSizingProperty | all platforms supported by Uno Platform |
DependencyProperty BelowProperty | all platforms supported by Uno Platform |
DependencyProperty BorderBrushProperty | all platforms supported by Uno Platform |
DependencyProperty BorderThicknessProperty | all platforms supported by Uno Platform |
DependencyProperty CornerRadiusProperty | all platforms supported by Uno Platform |
DependencyProperty LeftOfProperty | all platforms supported by Uno Platform |
DependencyProperty PaddingProperty | all platforms supported by Uno Platform |
DependencyProperty RightOfProperty | all platforms supported by Uno Platform |
Implemented methods
Method | Supported on |
---|---|
object GetLeftOf(UIElement) | all platforms supported by Uno Platform |
void SetLeftOf(UIElement, object) | all platforms supported by Uno Platform |
object GetAbove(UIElement) | all platforms supported by Uno Platform |
void SetAbove(UIElement, object) | all platforms supported by Uno Platform |
object GetRightOf(UIElement) | all platforms supported by Uno Platform |
void SetRightOf(UIElement, object) | all platforms supported by Uno Platform |
object GetBelow(UIElement) | all platforms supported by Uno Platform |
void SetBelow(UIElement, object) | all platforms supported by Uno Platform |
object GetAlignHorizontalCenterWith(UIElement) | all platforms supported by Uno Platform |
void SetAlignHorizontalCenterWith(UIElement, object) | all platforms supported by Uno Platform |
object GetAlignVerticalCenterWith(UIElement) | all platforms supported by Uno Platform |
void SetAlignVerticalCenterWith(UIElement, object) | all platforms supported by Uno Platform |
object GetAlignLeftWith(UIElement) | all platforms supported by Uno Platform |
void SetAlignLeftWith(UIElement, object) | all platforms supported by Uno Platform |
object GetAlignTopWith(UIElement) | all platforms supported by Uno Platform |
void SetAlignTopWith(UIElement, object) | all platforms supported by Uno Platform |
object GetAlignRightWith(UIElement) | all platforms supported by Uno Platform |
void SetAlignRightWith(UIElement, object) | all platforms supported by Uno Platform |
object GetAlignBottomWith(UIElement) | all platforms supported by Uno Platform |
void SetAlignBottomWith(UIElement, object) | all platforms supported by Uno Platform |
bool GetAlignLeftWithPanel(UIElement) | all platforms supported by Uno Platform |
void SetAlignLeftWithPanel(UIElement, bool) | all platforms supported by Uno Platform |
bool GetAlignTopWithPanel(UIElement) | all platforms supported by Uno Platform |
void SetAlignTopWithPanel(UIElement, bool) | all platforms supported by Uno Platform |
bool GetAlignRightWithPanel(UIElement) | all platforms supported by Uno Platform |
void SetAlignRightWithPanel(UIElement, bool) | all platforms supported by Uno Platform |
bool GetAlignBottomWithPanel(UIElement) | all platforms supported by Uno Platform |
void SetAlignBottomWithPanel(UIElement, bool) | all platforms supported by Uno Platform |
bool GetAlignHorizontalCenterWithPanel(UIElement) | all platforms supported by Uno Platform |
void SetAlignHorizontalCenterWithPanel(UIElement, bool) | all platforms supported by Uno Platform |
bool GetAlignVerticalCenterWithPanel(UIElement) | all platforms supported by Uno Platform |
void SetAlignVerticalCenterWithPanel(UIElement, bool) | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.