TextBlock tbl= new TextBlock();
tbl.text="Kishore";
double x=tbl.ActualHeight;
double y=tbl.ActualWidth;
Metro で読み込まれたイベントからコードを実行すると、winRT は両方に対して 0 を返します。
orイベントActualWidthでを取得するにはどうすればよいですか?LoadedSizeChanged
TextBlock tbl= new TextBlock();
tbl.text="Kishore";
double x=tbl.ActualHeight;
double y=tbl.ActualWidth;
Metro で読み込まれたイベントからコードを実行すると、winRT は両方に対して 0 を返します。
orイベントActualWidthでを取得するにはどうすればよいですか?LoadedSizeChanged