TraitPreferenceSelector.xaml 286 B

1234567
  1. <Control xmlns="https://spacestation14.io"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <BoxContainer Name="Container"
  4. Orientation="Horizontal">
  5. <CheckBox Name="Checkbox" Access="Public"/>
  6. </BoxContainer>
  7. </Control>