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

New Post: How to change the border brush for LayoutAnchorable?

$
0
0
Hi,

You can define a style for LayoutAnchorableControl and set the BorderBrush and BorderThickness :
<Style TargetType="{x:Type xcad:LayoutAnchorableControl}">
            <Setter Property="BorderBrush" Value="Red"/>
            <Setter Property="BorderThickness" Value="3"/>
</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>