public static int GetGroupSizeIndex(RibbonGroup obj)
		{
			return (int)obj.GetValue(GroupSizeIndexProperty);
		}
Exemple #2
0
 public static int GetGroupSizeIndex(RibbonGroup obj)
 {
     return((int)obj.GetValue(GroupSizeIndexProperty));
 }