@@ -12,7 +12,7 @@ internal partial class ResizeCanvasPopup : ResizeablePopup
public static readonly DependencyProperty SelectedAnchorPointProperty =
DependencyProperty.Register(nameof(SelectedAnchorPoint), typeof(ResizeAnchor), typeof(ResizeCanvasPopup),
- new PropertyMetadata(ResizeAnchor.Top | ResizeAnchor.Left));
+ new PropertyMetadata(ResizeAnchor.TopLeft));
public ResizeCanvasPopup()
@@ -12,7 +12,7 @@ internal partial class AnchorPointPicker : UserControl
{
public static readonly DependencyProperty AnchorPointProperty =
DependencyProperty.Register(nameof(AnchorPoint), typeof(ResizeAnchor), typeof(AnchorPointPicker),
- new PropertyMetadata());
private ToggleButton _selectedToggleButton;