Exemple #1
0
    int countProperty(AreaProperty property)
    {
        int ret = 0;

        for (int i = 0; i < icons.Length; i++)
        {
            if (icons[i] == property)
            {
                ret++;
            }
        }
        return(ret);
    }
 set => this.SetValue(AreaProperty, value);