Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

What is the purpose of ChildWindowImage property? #101

@sekulicb

Description

@sekulicb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions