Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「IsDisabled」のような既知のプロパティにプロパティをアタッチするにはどうすればよいですか? たとえば、コントロールが無効になっているときに、別のプロパティが引き継いでいくつかのことを変更したいと考えています。
あなたは通常、そのためにsome と一緒Triggersに onを使用します。IsEnabled == falseSetters
Triggers
IsEnabled == false
Setters