0

I would like something similar to:

<UserControl
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    mc:Ignorable="d"/>

    <ToggleButton d:IsChecked="true"/> <!-- Only at design time! -->

</UserControl>

But this won't work. Is there another way? I'm using Expression Blend 4.

heltonbiker
  • 26,657
  • 28
  • 137
  • 252

1 Answers1

0

Why not bind that property to your designtime's view-model's property.

Scott Nimrod
  • 11,206
  • 11
  • 54
  • 118