Skip to content

MetroWindow implicit (global default) styling #4550

@dlsykes00

Description

@dlsykes00

Can we define an implicit style for MetroWindow for the entire application?

E.g. in Application.Resources:

<Style TargetType="{x:Type mah:MetroWindow}">
    <Setter Property="TitleCharacterCasing" Value="Normal" /> 
</Style>

This doesn't seem to work, but adding an x:Key and specifying on a per-view level works just fine.

The Clean and VS styles seem to imply it should work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions