Silverlight4入门之Grid控件(八)

Silverlight4入门之Grid控件(八),第1张

概述  <UserControl x:Class="FirstSilverlightApplication.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xm  
<UserControl x:Class="FirstSilverlightApplication.MainPage"    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"    xmlns:d="http://schemas.microsoft.com/Expression/blend/2008"    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"    mc:Ignorable="d"    d:DesignHeight="300" d:DesignWIDth="400" xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk">    <GrID x:name="LayoutRoot" Background="White">        <GrID.RowDeFinitions>            <RowDeFinition />            <RowDeFinition />            <RowDeFinition />        </GrID.RowDeFinitions>        <GrID.ColumnDeFinitions>            <ColumnDeFinition WIDth="95*" />            <ColumnDeFinition WIDth="172*" />            <ColumnDeFinition WIDth="133*" />        </GrID.ColumnDeFinitions>        <button Content="button" Height="23" HorizontalAlignment="left" margin="12,12,0" name="button1" VerticalAlignment="top" WIDth="75" />        <button Content="button" GrID.Column="1" GrID.Row="1" Height="23" HorizontalAlignment="left" margin="50,39,0" name="button2" VerticalAlignment="top" WIDth="75" />        <button Content="button" GrID.Column="2" GrID.Row="2" Height="23" HorizontalAlignment="left" margin="22,38,0" name="button3" VerticalAlignment="top" WIDth="75" />    </GrID></UserControl>
总结

以上是内存溢出为你收集整理的Silverlight4入门之Grid控件(八)全部内容,希望文章能够帮你解决Silverlight4入门之Grid控件(八)所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1073236.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存