Restored partial declarations for CsWinRT1028

This commit is contained in:
ClemensFischer 2026-01-30 08:14:45 +01:00
parent 359cbe8908
commit 4fa2470739
16 changed files with 20 additions and 20 deletions

View file

@ -16,7 +16,7 @@ namespace MapControl
/// Such elements are arranged at a distance of BorderWidth/2 from the edges of the
/// MapBorderPanel in direction of their original azimuth from the map center.
/// </summary>
public class MapBorderPanel : MapPanel
public partial class MapBorderPanel : MapPanel
{
public static readonly DependencyProperty BorderWidthProperty =
DependencyPropertyHelper.Register<MapBorderPanel, double>(nameof(BorderWidth));