Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

  • jasonxz

    jasonxz

    Participant

    1787 Points

    557 Posts

    Re: First take on a UserControl

    Sep 26, 2007 02:02 PM | LINK

    balla

    Properties you created yourself in the usercontrol class (like the Text property you use in the XAML testpage) can not be assigned in XAML yet:

    I have to disagree with you, here, balla.  If the property has been created in the UserControl's code-behind, you should be able to access it via the XAML.  I have done this quite a bit and if you look at the SilverlightUIControls, it's done quite often there as well.