8 lines
286 B
XML
8 lines
286 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<BoxContainer Name="Container"
|
|
Orientation="Horizontal">
|
|
<CheckBox Name="Checkbox" Access="Public"/>
|
|
</BoxContainer>
|
|
</Control>
|