13 lines
433 B
XML
13 lines
433 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:controls="using:Wino.Controls">
|
|
|
|
<Style TargetType="controls:ImagePreviewControl">
|
|
<Style.Setters>
|
|
<Setter Property="Width" Value="44" />
|
|
<Setter Property="Height" Value="44" />
|
|
</Style.Setters>
|
|
</Style>
|
|
</ResourceDictionary>
|