mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Minor changes
This commit is contained in:
parent
b44018ac8f
commit
ef7849948e
3 changed files with 4 additions and 4 deletions
|
|
@ -409,7 +409,7 @@ namespace MapControl
|
|||
element.Arrange(new Rect(x, y, width, height));
|
||||
}
|
||||
|
||||
internal static Size GetDesiredSize(FrameworkElement element)
|
||||
private static Size GetDesiredSize(FrameworkElement element)
|
||||
{
|
||||
var width = element.DesiredSize.Width;
|
||||
var height = element.DesiredSize.Height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue