1
0

MappingActionsButton.xaml 421 B

12345678
  1. <mapping:MappingActionsButton
  2. xmlns="https://spacestation14.io"
  3. xmlns:mapping="clr-namespace:Content.Client.Mapping"
  4. StyleClasses="ButtonSquare" ToggleMode="True" SetSize="32 32" Margin="0 0 5 0"
  5. TooltipDelay="0">
  6. <TextureRect Name="Texture" Access="Public" Stretch="Scale" SetSize="16 16"
  7. HorizontalAlignment="Center" VerticalAlignment="Center" />
  8. </mapping:MappingActionsButton>