diff options
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Graphics2D/Drawing2DStackPanel.cs')
| -rw-r--r-- | Software/Visual_Studio/TEMP/Tango.Graphics2D/Drawing2DStackPanel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Graphics2D/Drawing2DStackPanel.cs b/Software/Visual_Studio/TEMP/Tango.Graphics2D/Drawing2DStackPanel.cs index 4f39435e4..edcaa34f6 100644 --- a/Software/Visual_Studio/TEMP/Tango.Graphics2D/Drawing2DStackPanel.cs +++ b/Software/Visual_Studio/TEMP/Tango.Graphics2D/Drawing2DStackPanel.cs @@ -21,7 +21,7 @@ namespace Tango.Graphics2D public static readonly DependencyProperty OrientationProperty = DependencyProperty.Register("Orientation", typeof(Orientation), typeof(Drawing2DStackPanel), new PropertyMetadata(Orientation.Vertical)); - protected override Point GetElementLocation(FrameworkElement element) + public override Point GetElementLocation(FrameworkElement element) { if (Orientation == Orientation.Vertical) { |
