mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-18 01:44:28 +08:00
Update tutorial
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
<Instance ref.CodeBehind="false" ref.Class="demo::MainWindow">
|
||||
<Window Text="Alignment" ClientSize="x:480 y:320">
|
||||
<att.BoundsComposition-set PreferredMinSize="x:480 y:320"/>
|
||||
<att.ContainerComposition-set InternalMargin="left:5 top:5 right:5 bottom:5"/>
|
||||
<Button Text="Button">
|
||||
<att.BoundsComposition-set AlignmentToParent="left:0 top:0 right:-1 bottom:-1" PreferredMinSize="x:100 y:30"/>
|
||||
</Button>
|
||||
<Button Text="Button">
|
||||
<att.BoundsComposition-set AlignmentToParent="left:-1 top:0 right:0 bottom:-1" PreferredMinSize="x:100 y:30"/>
|
||||
</Button>
|
||||
<Button Text="Button">
|
||||
<att.BoundsComposition-set AlignmentToParent="left:0 top:-1 right:0 bottom:0" PreferredMinSize="x:100 y:30"/>
|
||||
</Button>
|
||||
</Window>
|
||||
</Instance>
|
||||
</Instance>
|
||||
|
||||
Reference in New Issue
Block a user