gpt4 book ai didi

c# - 使用变量 c# 绑定(bind)形状的颜色

转载 作者:太空宇宙 更新时间:2023-11-03 14:20:41 26 4
gpt4 key购买 nike

如果我有转换器,如何在 C# 代码中绑定(bind)矩形的颜色和我的 bool 值?我在 xaml 中没有矩形,我只是在代码中创建它并添加到网格上。

最佳答案

See your other question

在代码中添加绑定(bind):

    Binding binding = new Binding("State");
binding.Converter = new BooleanToBrushConverter();
_rectangle.SetBinding(Rectangle.FillProperty, binding);

关于c# - 使用变量 c# 绑定(bind)形状的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5514999/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com