public override void Perform() { StackPanel1.Children.Add(Button1); Button1.SetValue(ButtonDProperty, BoolValue); bool test = (bool)Button1.GetValue(ButtonDProperty); }