public static int GetMyValue(object view)
 {
     return((int)DependencyObjectExtensions.GetValue(view, MyValueProperty));
 }
Esempio n. 2
0
 public static int GetRowSpan(View view)
 {
     return((int)DependencyObjectExtensions.GetValue(view, RowSpanProperty));
 }