コード例 #1
0
ファイル: BindingPaths.cs プロジェクト: jamesqo/Sirloin
 public static string GetHeight(DependencyObject obj) => obj.Get<string>(HeightProperty);
コード例 #2
0
ファイル: BindingPaths.cs プロジェクト: jamesqo/Sirloin
 public static string GetWidth(DependencyObject obj) => obj.Get<string>(WidthProperty);
コード例 #3
0
ファイル: BindingPaths.cs プロジェクト: jamesqo/Sirloin
 public static string GetContent(DependencyObject obj) => obj.Get<string>(ContentProperty);