detect/detect.gui/Assets/WebView.axaml

13 lines
342 B
Plaintext
Raw Permalink Normal View History

2024-11-13 17:09:15 +08:00
<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:webViewControl="clr-namespace:WebViewControl;assembly=WebViewControl.Avalonia">
<Styles.Resources>
</Styles.Resources>
<Style Selector="webViewControl|WebView">
</Style>
</Styles>