mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update PushpinBorder.Avalonia.cs
This commit is contained in:
parent
b0c17c2212
commit
8e8d414a46
|
|
@ -22,7 +22,7 @@ namespace MapControl
|
|||
static PushpinBorder()
|
||||
{
|
||||
AffectsMeasure<PushpinBorder>(ArrowSizeProperty, BorderWidthProperty, CornerRadiusProperty);
|
||||
AffectsRender<PushpinBorder>(ArrowSizeProperty, BorderWidthProperty, CornerRadiusProperty, BackgroundProperty, BorderBrushProperty);
|
||||
AffectsRender<PushpinBorder>(BackgroundProperty, BorderBrushProperty);
|
||||
}
|
||||
|
||||
public double ActualWidth => Bounds.Width;
|
||||
|
|
|
|||
Loading…
Reference in a new issue