aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/TouchVirtualizedContentReplaceControl.xaml
blob: c7fe39b76a0a6a29794ca20faf4a817e9300973d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:local="clr-namespace:Tango.Touch.Controls">

    <Style TargetType="{x:Type local:TouchVirtualizedContentReplaceControl}">
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate TargetType="{x:Type local:TouchVirtualizedContentReplaceControl}">
                    <Border x:Name="PART_innerBorder"></Border>
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>
    
</ResourceDictionary>