mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Replaced RenderSize by ActualWidth/Height
This commit is contained in:
parent
4e6d0db24f
commit
fa508f51e7
16 changed files with 67 additions and 51 deletions
|
|
@ -29,7 +29,8 @@ namespace MapControl
|
|||
AffectsRender<PushpinBorder>(ArrowSizeProperty, BorderWidthProperty, CornerRadiusProperty, BackgroundProperty, BorderBrushProperty);
|
||||
}
|
||||
|
||||
private Size RenderSize => Bounds.Size;
|
||||
public double ActualWidth => Bounds.Width;
|
||||
public double ActualHeight => Bounds.Height;
|
||||
|
||||
public CornerRadius CornerRadius
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue