-
Notifications
You must be signed in to change notification settings - Fork 0
RelativePanel
Jasper Zanjani edited this page Aug 12, 2020
·
1 revision
Supports several attached properties that allow elements to be aligned with siblings or with the panel itself. These
-
Panel alignment relations like
AlignLeftWithPanel
,AlignTopWithPanel
,AlignRightWithPanel
,AlignBottomWithPanel
, align controls to the border of the RelativePanel containing them. -
Sibling alignment relationships like
AlignLeftWith
,AlignTopWith
,AlignVerticalCenterWith
etc. specify the name of a sibling control to provide alignment. -
Sibling positional relations like
LeftOf
,Above
,RightOf
, andBelow
also specify a sibling control.
- Newtonsoft.Json
- System.Random
- System.Threading
- System.Threading.Tasks
- Windows.Foundation
- Windows.Storage
- Windows.UI.ViewManagement
- Windows.UI.Xaml.Markup
- Dependency properties
- Markup extensions
- Namespaces
- Resource dictionaries
- SplitView
- Page ?
- Type conversion
- Grid ?
- StackPanel ?
- RelativePanel ?
- VariableSizedWrapGrid
- Canvas