public static int GetMyValue(object view)
 {
     return((int)DependencyObjectExtensions.GetValue(view, MyValueProperty));
 }
Пример #2
0
 public static int GetRowSpan(View view)
 {
     return((int)DependencyObjectExtensions.GetValue(view, RowSpanProperty));
 }