MahApps.Metro.SimpleChildWindow icon indicating copy to clipboard operation
MahApps.Metro.SimpleChildWindow copied to clipboard

What is the purpose of ChildWindowImage property?

Open sekulicb opened this issue 5 years ago • 0 comments

Hi. Setting this property to "Information" for example does nothing. No image is shown on child window.

<simpleChildWindow:ChildWindow x:Class="seedingClient.View.Dialogs.InfoDialog"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:simpleChildWindow="clr-namespace:MahApps.Metro.SimpleChildWindow;assembly=MahApps.Metro.SimpleChildWindow"
             ChildWindowHeight="200"
             ChildWindowWidth="550"
             Background="#354052"
             TitleBarBackground="#354052"
             ChildWindowImage="Information"
             Foreground="White"
             IsOpen="True">

    <Grid>
        // content
    </Grid>
</simpleChildWindow:ChildWindow>

MahApps.Metro v1.6.5 MahApps.Metro.SimpleChildWindow v1.5.0 Wpf application based on .NET framework 4.7.1

sekulicb avatar Sep 20 '19 13:09 sekulicb