'Declaration Public Property WindowInactiveBackground As Brush
'Usage Dim instance As StyleableWindow Dim value As Brush instance.WindowInactiveBackground = value value = instance.WindowInactiveBackground
public Brush WindowInactiveBackground {get; set;}