[Ironruby-core] Silverlight B3 - Positioning an element within a Canvas
Thibaut Barrère
thibaut.barrere at gmail.com
Fri Jun 26 05:07:19 EDT 2009
Hi,
the issue reported by Eoin a while back is still happening
(http://gist.github.com/97116). If you call this from Silverlight:
layout_root.rect.set_value(Canvas.TopProperty, 0.0)
you'll get:
MethodAccessException:
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty,
Double)
Is there a work-around allowing to set Canvas.TopProperty and other
"static properties" that would currently work, apart from creating a
C# wrapper ?
I went through existing issues in codeplex but it doesn't seem like
it's already registered. I can create an issue if it's a bug.
thoughts ?
-- Thibaut
More information about the Ironruby-core
mailing list