mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Fixed MapOverlay.IsHitTestVisible
This commit is contained in:
parent
547bb7fc54
commit
7842a776a6
4 changed files with 12 additions and 35 deletions
|
|
@ -56,6 +56,11 @@ namespace MapControl
|
|||
public static readonly DependencyProperty StrokeMiterLimitProperty = Shape.StrokeMiterLimitProperty.AddOwner(
|
||||
typeof(MapOverlay), new FrameworkPropertyMetadata { AffectsRender = true });
|
||||
|
||||
static MapOverlay()
|
||||
{
|
||||
IsHitTestVisibleProperty.OverrideMetadata(typeof(MapOverlay), new FrameworkPropertyMetadata(false));
|
||||
}
|
||||
|
||||
public MapOverlay()
|
||||
{
|
||||
// Set Stroke Binding in a Loaded handler to allow Stroke value from a Style Setter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue