A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
476 B

<Styles xmlns="https://github.com/perspex">
<Style Selector="TabStrip">
<Setter Property="Template">
<ControlTemplate>
<ItemsPresenter Items="{TemplateBinding Items}"
ItemsPanel="{TemplateBinding ItemsPanel}"/>
</ControlTemplate>
</Setter>
</Style>
<Style Selector="TabStrip /template/ StackPanel">
<Setter Property="Gap" Value="16"/>
<Setter Property="Orientation" Value="Horizontal"/>
</Style>
</Styles>