How can I apply a custom style to the Masked editor
define style in window's resources as
<Style TargetType="{x:Type infrae:XamMaskedEditor}" x:Key ="maskStyle">
<Setter Property="Background">
<Setter.Value>
<SolidColorBrush Color="Red"></SolidColorBrush>
</Setter.Value>
</Setter>
</Style>
Apply this style as: