wpf MultiDataTrigger的使用


    
        
            
            
            
            
       
        
        
    
    
        
    

  

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace WpfApp5
{
    public class Student
    {
        public int Id { get; set; }
        public string Name { get; set; }
        public int Age { get; set; }
    }
}

wpf MultiDataTrigger的使用_第1张图片

你可能感兴趣的:(WPF)