Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2011-02-24から1日間の記事一覧

単純データバインド

DataBindメソッドを実行したタイミングで式が評価され、結果の値がその場所に代入されます。 アプリ実行 ソースコード web.config <configuration> <system.web> </system.web> </configuration> HelloWorld.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="HelloWorld.aspx.cs" Inherits="HelloWorld…

Canvasにレイアウトする

アプリ実行 4つ全て指定すると、TopとLeftが優先されるようですね。 ソースコード App.xaml <Application x:Class="HelloWorld.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml"> </Application> MainWindow.xaml