コード例 #1
0
ファイル: Canvas.cs プロジェクト: SchwarzerLoewe/AttachedXaml
 public static void SetTop(DependencyObject target, int value)
 {
     target.SetValue(TopProperty, value);
 }
コード例 #2
0
ファイル: Canvas.cs プロジェクト: SchwarzerLoewe/AttachedXaml
 public static object GetTop(DependencyObject target)
 {
     return target.GetValue(TopProperty);
 }