Can you define multiple TargetTypes for one XAML style?

前端 未结 5 1656
被撕碎了的回忆
被撕碎了的回忆 2020-12-01 07:10

In HTML/CSS you can define a style which can be applied to many types of elements, e.g.:

.highlight {
    color:red;
}

can be applied to bo

5条回答
  •  失恋的感觉
    2020-12-01 07:57

    I got this working

    
            
    
    
    

提交回复
热议问题