Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Issue: AvalonDock Border of Floating window [21750]

$
0
0
Based on discussion https://wpftoolkit.codeplex.com/discussions/584604.
Comments: ** Comment from web user: BoucherS **

Fixed in v2.7.

You will be able to do this in App.xaml ;
```
<Style TargetType="{x:Type xcad:LayoutDocumentFloatingWindowControl}">
<Setter Property="BorderThickness"
Value="10" />
<Setter Property="BorderBrush"
Value="Green" />
</Style>

<Style TargetType="{x:Type xcad:LayoutAnchorableFloatingWindowControl}">
<Setter Property="BorderThickness"
Value="10" />
<Setter Property="BorderBrush"
Value="Red" />
<Setter Property="Background"
Value="Blue" />
</Style>
```


Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>