コード例 #1
0
 public static string GetMessageProperty(TextBase obj)
 {
     return (string)obj.GetValue(MessageProperty);
 }
コード例 #2
0
ファイル: TextBase.cs プロジェクト: vernou/WpfPropertyExample
 public static string GetMessageProperty(TextBase obj)
 {
     return((string)obj.GetValue(MessageProperty));
 }